Skip to content

Commit b33ff3f

Browse files
Merge pull request #43 from matthewfeickert/build/update-python_requires
build: Update python_requires to Python 3.8
2 parents 8507569 + 0d9de01 commit b33ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def compile():
128128
'runSModelS.py=smodels.tools.runSModelS:main',
129129
'smodelsTools.py=smodels.tools.smodelsTools:main' ]
130130
},
131-
python_requires='>=3.7',
131+
python_requires='>=3.8',
132132
install_requires=requirements(),
133133
data_files=dataFiles() ,
134134
description=("A tool for interpreting simplified-model results from the "

0 commit comments

Comments
 (0)