Skip to content

Commit

Permalink
Allow for python up to 3.10
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
5roop committed Apr 10, 2024
1 parent dc48f98 commit effe79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],

# What does your project relate to?
Expand Down

0 comments on commit effe79c

Please sign in to comment.