counsyl / stor

A cross-compatible CLI and Python API for accessing block and object storage
https://counsyl.github.io/stor/
Other
35 stars 12 forks source link

Fix tests by removing deprecated python 3.6 from test matrix #149

Closed jtratner closed 4 months ago

jtratner commented 5 months ago

As it says in description, replace python 3.6 with 3.9, now that 3.6 is no longer available as a simple built-in environment on github actions.

Sadly 3.12 seemed to have an issue with installing here, so saving that for a future improvement :(