Skip to content

Commit 5a133c8

Browse files
authored
Removed python 2.7
1 parent c7faac0 commit 5a133c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
license="3-clause BSD",
3232
keywords="modelica dymola openmodelica mat",
3333
url="http://simulationresearch.lbl.gov/modelica/",
34-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
34+
python_requires='>=3.6',
3535
install_requires=[
3636
'gitpython>=2.1',
3737
'jinja2>=2.10',
@@ -60,7 +60,6 @@
6060
"Development Status :: 5 - Production/Stable",
6161
"Environment :: Console",
6262
"License :: OSI Approved :: BSD License",
63-
"Programming Language :: Python :: 2.7",
6463
"Programming Language :: Python :: 3.6",
6564
"Intended Audience :: End Users/Desktop",
6665
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)