Skip to content

Commit 6998a70

Browse files
committed
check py3.11
1 parent 49d8667 commit 6998a70

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
test:
3030
strategy:
3131
matrix:
32-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
32+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev']
3333

3434
runs-on: ubuntu-latest
3535

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ classifiers =
1313
License :: OSI Approved :: MIT License
1414
Programming Language :: Python :: 3
1515
Programming Language :: Python :: 3 :: Only
16+
Programming Language :: Python :: 3.6
1617
Programming Language :: Python :: 3.7
1718
Programming Language :: Python :: 3.8
1819
Programming Language :: Python :: 3.9
1920
Programming Language :: Python :: 3.10
21+
Programming Language :: Python :: 3.11
2022
Programming Language :: Python :: Implementation :: CPython
2123

2224
[options]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37,py38,py39,py310,black-formatter,isort,mypy
2+
envlist = py36,py37,py38,py39,py310,py311,black-formatter,isort,mypy
33

44
[testenv]
55
commands = pytest --cov=. --cov-report xml {posargs}

0 commit comments

Comments
 (0)