Skip to content

Commit

Permalink
Added support for Python 3.13. (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored Nov 18, 2024
1 parent e25b4bc commit 32ac73e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{39,310,311,312}
py{39,310,311,312,313}

[testenv]
extras = tests
Expand Down

0 comments on commit 32ac73e

Please sign in to comment.