Added support for Python 3.13.

This commit is contained in:
David Smith 2024-11-18 19:30:57 +00:00
parent 06afd9b94a
commit 0dcfe56f8d
4 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4

View File

@ -1,6 +1,8 @@
4.2.0 (to be released)
------------------
* Added support for Python 3.13.
* Drop support for EOL Python 3.8.
* Removed unused pytest-runner

View File

@ -20,6 +20,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
[options]

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py{39,310,311,312}
py{39,310,311,312,313}
[testenv]
extras = tests