Skip to content

Commit 559e4d3

Browse files
Fix packaging requirement
Minimum Python version bumped from 3.7 to 3.8 in setup.py, so subsequent versions of the generated package properly reflect the requirement.
1 parent 41fbd11 commit 559e4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ def find_version(fname):
4949
'License :: OSI Approved :: MIT License',
5050
'Programming Language :: Python :: 3',
5151
],
52-
python_requires='>=3.7'
52+
python_requires='>=3.8'
5353
)

0 commit comments

Comments
 (0)