NREL / gdx-pandas

Python interface to read and write GAMS GDX files using pandas.DataFrames as the intermediate data format.
BSD 3-Clause "New" or "Revised" License
43 stars 15 forks source link

Drop support for Python 3.4, 3.5 and 3.6 #86

Closed jebob closed 1 year ago

jebob commented 3 years ago

None of these Python versions are supported by the Python software foundation. Officially dropping support allows us to use type hinting (and other goodies in later versions).