Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0dae7ea

Browse files
committed
Add support for Python 3.11
1 parent9ee05d2 commit0dae7ea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎.github/workflows/python-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
strategy:
99
fail-fast:false
1010
matrix:
11-
python:["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-2.7", "pypy-3.8"]
11+
python:["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-2.7", "pypy-3.8"]
1212
steps:
1313
-uses:actions/checkout@v3
1414
with:
1515
submodules:true
16-
-uses:actions/setup-python@v3
16+
-uses:actions/setup-python@v4
1717
with:
1818
python-version:${{ matrix.python }}
1919
cache:pip

‎setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def default_environment():
7272
'Programming Language :: Python :: 3.8',
7373
'Programming Language :: Python :: 3.9',
7474
'Programming Language :: Python :: 3.10',
75+
'Programming Language :: Python :: 3.11',
7576
'Programming Language :: Python :: Implementation :: CPython',
7677
'Programming Language :: Python :: Implementation :: PyPy',
7778
'Topic :: Software Development :: Libraries :: Python Modules',

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,35,36,37,38,py,py3}-{base,six19,optional}
2+
envlist = py{27,35,36,37,38,39,310,311,py,py3}-{base,six19,optional}
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp