Skip to content

Commit

Permalink
Declare the oldest supported Python version.
Browse files Browse the repository at this point in the history
(As Py37)

As suggested in  #307 (comment)
  • Loading branch information
Julian committed Sep 23, 2022
1 parent 1804201 commit 50bc33f
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 50bc33f

Please sign in to comment.