gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
299 stars 85 forks source link

CI: Use Python 3.11 for tox #1329

Closed stephenfin closed 1 year ago

stephenfin commented 1 year ago

Recent versions of tox do not support Python 3.6.

tobias-urdin commented 1 year ago

We're still on Ubuntu 20.04 so a lot of deadsnakes stuff to get newer versions so probably need python3.11-distutils or something in the image as well. I've opted for starting to move it to 3.9 first in the SQALchemy 2.0 PR https://github.com/gnocchixyz/gnocchi/pull/1317/commits/15fcaee34b7f98d9ff931d4798f589fdd7d58e1d

tobias-urdin commented 1 year ago

We'll distutils is gone in 3.11 so my bad, I guess we can get it to 3.9 atleast for now.