Skip to content

Commit 9cf613f

Browse files
committed
Declare support for Python 3.8-3.10
1 parent d831150 commit 9cf613f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ def main():
3030
'Programming Language :: Python :: 3.5',
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
33+
'Programming Language :: Python :: 3.8',
34+
'Programming Language :: Python :: 3.9',
35+
'Programming Language :: Python :: 3.10',
3336
'Programming Language :: Python :: Implementation :: CPython',
3437
'Programming Language :: Python :: Implementation :: PyPy',
3538
],

0 commit comments

Comments
 (0)