Small-Bodies-Node / pds4_tools

Python package to read and display NASA PDS4 data.
17 stars 12 forks source link

Drop support for Python 2.6 and 3.3 #95

Closed LevN0 closed 3 months ago

LevN0 commented 3 months ago

Python 2.6 and 3.3 are extremely old now, and testing for them is a pain.

This commit drops official support, but does not yet yank legacy code supporting these versions.

LevN0 commented 3 months ago

There are some tests failing, but these are unrelated to this change.