Skip to content

Commit

Permalink
setup: python_requires='>=3.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Sep 13, 2023
1 parent 94b3c9e commit e3957f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'Programming Language :: Python :: 3.10',
],
packages=find_packages(),
python_requires='>=3.8',
extras_require={
'dev': [
'coverage==6.5.0',
Expand Down

0 comments on commit e3957f3

Please sign in to comment.