Skip to content

Commit a22e05a

Browse files
authored
chore: add Python 3.10-3.12 as supported versions (#156)
1 parent 73c36f2 commit a22e05a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
'Programming Language :: Python :: 3.7',
6060
'Programming Language :: Python :: 3.8',
6161
'Programming Language :: Python :: 3.9',
62+
'Programming Language :: Python :: 3.10',
63+
'Programming Language :: Python :: 3.11',
64+
'Programming Language :: Python :: 3.12',
6265
'Programming Language :: Python :: Implementation :: CPython',
6366
'Programming Language :: Python :: Implementation :: PyPy',
6467
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)