Skip to content

Commit a67622e

Browse files
committed
Add 3.9 and 3.10 to supported Python versions
1 parent 46803b0 commit a67622e

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
@@ -47,6 +47,8 @@ def get_version(rel_path):
4747
'Programming Language :: Python :: 3.6',
4848
'Programming Language :: Python :: 3.7',
4949
'Programming Language :: Python :: 3.8',
50+
'Programming Language :: Python :: 3.9',
51+
'Programming Language :: Python :: 3.10',
5052
'Programming Language :: Python :: 3 :: Only',
5153
],
5254

0 commit comments

Comments
 (0)