Skip to content

Commit

Permalink
Include Python 3.13 in list of supported versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Oct 22, 2024
1 parent 82e84ea commit 4c22c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def read_file(name):
'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',
],
ext_modules=[
Expand Down

0 comments on commit 4c22c6f

Please sign in to comment.