Enable the tests for Python 3.11

This commit is contained in:
Paul Dettorer Hervot
2023-08-29 14:49:45 +02:00
parent ed4efd82aa
commit 71f9da07c7
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options.packages.find]
where=src
+2 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310
envlist = py37, py38, py39, py310, py311
[gh-actions]
python =
@@ -7,6 +7,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
[testenv]
setenv =