Skip to content

Commit

Permalink
Test on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 14, 2023
1 parent 834c455 commit 7bc3846
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
python:
- 3.7 # oldest Python supported by PSF
- "3.10"
- "3.11" # newest Python that is stable
- "3.11"
- "3.12" # newest Python that is stable
platform:
- ubuntu-latest
- macos-latest
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{34,35,36,37,38,39,310,311},lint
envlist = py{34,35,36,37,38,39,310,311,312},lint

[testenv]
deps =
Expand Down

0 comments on commit 7bc3846

Please sign in to comment.