Skip to content

Commit

Permalink
Removed python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter authored Dec 9, 2021
1 parent c7faac0 commit 5a133c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
license="3-clause BSD",
keywords="modelica dymola openmodelica mat",
url="http://simulationresearch.lbl.gov/modelica/",
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
python_requires='>=3.6',
install_requires=[
'gitpython>=2.1',
'jinja2>=2.10',
Expand Down Expand Up @@ -60,7 +60,6 @@
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 5a133c8

Please sign in to comment.