Skip to content

Commit

Permalink
chore: add Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 18, 2024
1 parent ce06496 commit 4657f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
4.2 (unreleased)
================

- Add support for Python 3.13.


4.1 (2024-05-03)
================
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
'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',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 4657f98

Please sign in to comment.