Skip to content

Commit e9f7a60

Browse files
committed
Updated tox configuration and classifiers to support Python 3.11
1 parent be5b5f6 commit e9f7a60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers =
1414
Programming Language :: Python :: 3.8
1515
Programming Language :: Python :: 3.9
1616
Programming Language :: Python :: 3.10
17+
Programming Language :: Python :: 3.11
1718
author = Daniel Holth
1819
author_email = [email protected]
1920
maintainer = Alex Grönholm

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 = py37, py38, py39, py310, pypy3.7, lint
7+
envlist = py37, py38, py39, py310, py311, pypy3, lint
88
minversion = 3.3.0
99
skip_missing_interpreters = true
1010

0 commit comments

Comments
 (0)