Skip to content

Commit

Permalink
set 3.7 as earliest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed May 7, 2024
1 parent bf6807e commit 3320c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ classifiers =
Programming Language :: Python
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_contents(filename):

setup(
name=project,
python_requires='>=3.6',
python_requires='>=3.7',
long_description=get_contents('README.rst'),
long_description_content_type='text/x-rst',
version=get_init_property('__version__'),
Expand Down

0 comments on commit 3320c21

Please sign in to comment.