pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

MAINT: drop support for python 3.6 #245

Open jklenzing opened 2 months ago

jklenzing commented 2 months ago

Description

The operational requirement for python 3.6 has been cycled to python 3.9. A number of old try / except statements can be dropped to simplify the code and remove backwards compatibility. A minimum of python 3.9 should be implemented.

Potential impact

Potential solution(s)

Alternatives

🐉

Additional context

Testing environments updated for v0.0.6. Code left the same as this is a significant rewrite.