Skip to content

Commit

Permalink
Test on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 12, 2024
1 parent c66483f commit 437ccf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
strategy:
matrix:
python:
- "3.9" # oldest Python supported by PSF
- "3.10"
- "3.11"
- "3.12" # newest Python that is stable
- "3.12"
- "3.13" # 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 @@ -50,6 +50,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"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,312},lint
envlist = py{34,35,36,37,38,39,310,311,312,313},lint

[testenv]
deps =
Expand Down

0 comments on commit 437ccf4

Please sign in to comment.