Skip to content

Commit

Permalink
Declare support for Python 3.13
Browse files Browse the repository at this point in the history
Adds the PyPI trove classifier for Python 3.13.
  • Loading branch information
edgarrmondragon committed Oct 8, 2024
1 parent 07f30a9 commit 6af7873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"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"])
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py310
py311
py312
py313
pypy3

skip_missing_interpreters = true
Expand Down

0 comments on commit 6af7873

Please sign in to comment.