pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models
https://pastastore.readthedocs.io
MIT License
15 stars 4 forks source link

Support Python 3.11 #93

Closed martinvonk closed 1 year ago

martinvonk commented 1 year ago

Now that Pastas supports it (https://github.com/pastas/pastas/pull/588), Pastastore should be fine as well

martinvonk commented 1 year ago

:(

ERROR: Could not find a version that satisfies the requirement arcticdb; extra == "arcticdb" (from pastastore[arcticdb,lint,optional]) (from versions: none)
ERROR: No matching distribution found for arcticdb; extra == "arcticdb"
martinvonk commented 1 year ago

readthedocs fails because: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168

related: https://github.com/psf/requests/issues/6432

martinvonk commented 1 year ago

Since ArtcticDB v1.1.0 that supports py311 this works as well.