Skip to content

Commit cef8944

Browse files
committed
Python 3.10, 3.11 support
1 parent 7283d2e commit cef8944

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
'Programming Language :: Python :: 3.7',
3434
'Programming Language :: Python :: 3.8',
3535
'Programming Language :: Python :: 3.9',
36+
'Programming Language :: Python :: 3.10',
37+
'Programming Language :: Python :: 3.11',
3638
'Topic :: System',
3739
'Topic :: System :: Filesystems',
3840
'Topic :: Utilities'],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{27,35,36,37,38,39}, lint, test, doc, clean
7+
envlist = py27, py3{7,5,6,7,8,9,10,11}, lint, test, doc, clean
88
skip_missing_interpreters = true
99

1010
[testenv:test]

0 commit comments

Comments
 (0)