Skip to content

Commit

Permalink
Declare support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aiudirog committed Nov 28, 2024
1 parent 171ee69 commit 326a667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
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
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries :: Python Modules
Expand Down Expand Up @@ -83,7 +84,7 @@ exclude =
versioneer.py

[tox:tox]
envlist = py37, py38, py39, py310, py311, py312, pypy3
envlist = py37, py38, py39, py310, py311, py312, py313, pypy3

[testenv]
deps =
Expand Down

0 comments on commit 326a667

Please sign in to comment.