Skip to content

Commit

Permalink
Shifting to python 3.11 only for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
lothian committed Jan 8, 2024
1 parent 018ed43 commit a37ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'Mac OS-X',
'Unix'],
# 'Windows'], # Valid platforms your code works on, adjust to your flavor
python_requires="=3.11" # Python version restrictions
python_requires=">=3.11" # Python version restrictions

# Manual control if final package is compressible or not, set False to prevent the .egg from being made
# zip_safe=False,
Expand Down

0 comments on commit a37ce5d

Please sign in to comment.