Skip to content

Commit a3d9b7a

Browse files
authored
Merge pull request #2521 from bsipocz/setup_explicit_with_python_version
MAINT: explicitly stating minimum required python version
2 parents 9e646ee + 1e01448 commit a3d9b7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ omit =
148148
[entry_points]
149149

150150
[options]
151+
152+
python_requires = >=3.7
153+
151154
install_requires=
152155
numpy>=1.16
153156
astropy>=4.0

0 commit comments

Comments
 (0)