Skip to content

Commit

Permalink
Add explicit support for Python 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverdude committed May 15, 2024
1 parent f158175 commit 58c1d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- 3.9
- 3.10
- 3.11
- 3.12
env: ISOLATED=false
install: pip install tox tox-travis
script: tox
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, py311
envlist = py3{7,8,9,10,11,12}
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 58c1d2c

Please sign in to comment.