Skip to content

Commit effe79c

Browse files
committed
Allow for python up to 3.10
Tested building and `pip install -e .` with 3.10, it works OK. We should start prepping the migration to newer versions as well, p3.11 already won't work.
1 parent dc48f98 commit effe79c

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
@@ -65,6 +65,8 @@
6565
'Programming Language :: Python :: 3.6',
6666
'Programming Language :: Python :: 3.7',
6767
'Programming Language :: Python :: 3.8',
68+
'Programming Language :: Python :: 3.9',
69+
'Programming Language :: Python :: 3.10',
6870
],
6971

7072
# What does your project relate to?

0 commit comments

Comments
 (0)