Skip to content

Commit dcf9cd4

Browse files
Merge pull request #2 from brsynth/dev
v0.1.1: fix python version requirement
2 parents 602919e + 122c197 commit dcf9cd4

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
@@ -55,5 +55,5 @@ def get_version():
5555
'License :: OSI Approved :: MIT License',
5656
'Operating System :: OS Independent',
5757
],
58-
python_requires = '>=3.10',
58+
python_requires = '>=3.8',
5959
)

0 commit comments

Comments
 (0)