Skip to content

Commit 547bfab

Browse files
authored
chore: mark support for Python 3.13 and 3.14 for PyPi
1 parent 08e93e3 commit 547bfab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def _read(name):
6363
'Programming Language :: Python :: 3.10',
6464
'Programming Language :: Python :: 3.11',
6565
'Programming Language :: Python :: 3.12',
66+
'Programming Language :: Python :: 3.13',
67+
'Programming Language :: Python :: 3.14',
6668
'Topic :: Internet :: WWW/HTTP',
6769
'Topic :: Software Development',
6870
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)