Skip to content

Commit

Permalink
Added python 3.12 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerbecky committed Jul 19, 2024
1 parent ecfdd4c commit d8ab619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]

# Extra files to include in the form of this tuple (directory,[files])
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion=2.9.0
toxworkdir={toxinidir}/temp/tox
envlist = py27, py34, py35, py36, py37, py38, py39, py310, py311, pypy, pypy3
envlist = py27, py34, py35, py36, py37, py38, py39, py310, py311, py312, pypy, pypy3
skipsdist=True
skip_missing_interpreters=True

Expand Down Expand Up @@ -40,6 +40,7 @@ basepython =
py39: python3.9
py310: python3.10
py311: python3.11
py312: python3.12
pypy: pypy
pypy3: pypy3
changedir = {toxinidir}/unittests
Expand Down

0 comments on commit d8ab619

Please # to comment.