Skip to content

Commit

Permalink
Merge pull request #360 from Julian/python-requires
Browse files Browse the repository at this point in the history
Declare the oldest supported Python version.
  • Loading branch information
hodgestar authored Sep 24, 2022
2 parents 1804201 + 50bc33f commit 8b33bd0
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 @@ -163,4 +163,5 @@ def get_scm_config():
use_scm_version=get_scm_config,
setup_requires=['setuptools_scm'],
install_requires=['setuptools>=64.0'],
python_requires='>=3.7',
)

0 comments on commit 8b33bd0

Please sign in to comment.