SciTools / cf-units

Units of measure as required by the Climate and Forecast (CF) Metadata Conventions
https://cf-units.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
66 stars 49 forks source link

support py311 locks #348

Closed bjlittle closed 1 year ago

bjlittle commented 1 year ago

🚀 Pull Request

Description

This PR extends the conda lock file generation to support py311.

After this lands, I'll extend the tox testing to cover py311 too, but in a separate PR, as the lock files require to be available before we turn on testing.

We can manually run the ci-locks to auto generated the PR containing py311 dependencies.

bjlittle commented 1 year ago

The fact that cf-units 3.2 is built as a binary wheel for py311 is okay AFAIC.

I don't think there is a need to do a post release to include this test coverage, but others may disagree. Anyways, I'm happy to do that if you guys wanted to :+1: