Skip to content

Commit

Permalink
Fix packaging requirement
Browse files Browse the repository at this point in the history
Minimum Python version bumped from 3.7 to 3.8 in setup.py, so subsequent versions of the generated package properly reflect the requirement.
  • Loading branch information
TKIPisalegacycipher committed Dec 8, 2023
1 parent 41fbd11 commit 559e4d3
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 @@ -49,5 +49,5 @@ def find_version(fname):
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
],
python_requires='>=3.7'
python_requires='>=3.8'
)

0 comments on commit 559e4d3

Please sign in to comment.