Skip to content

Commit

Permalink
chore: update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
codyshepherd committed Sep 16, 2024
1 parent e840603 commit 9e4d512
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 @@ -26,7 +26,7 @@
},
zip_safe=False,
platforms='any',
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=dependencies,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 9e4d512

Please sign in to comment.