Skip to content

Commit

Permalink
chore: officially support Python 3.13 (#104)
Browse files Browse the repository at this point in the history
Adds Python 3.13 as a supported version in the classifiers that appear on PyPI and includes that version in the Tox tests to confirm compatibility
  • Loading branch information
johnfraney authored Nov 27, 2024
1 parent 00da2d0 commit 877b8df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down Expand Up @@ -95,7 +96,7 @@ addopts = "--doctest-modules"
legacy_tox_ini = """
[tox]
skipsdist = True
envlist = py310,py311,py312,pypy3.10
envlist = py310,py311,py312,py313,pypy3.10
[testenv]
skip_install = true
Expand Down

0 comments on commit 877b8df

Please sign in to comment.