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

python support update --> 3.12 #449

Closed pp-mo closed 1 month ago

echoix commented 1 month ago

Python 3.13 is just 10 days away now

ocefpaf commented 1 month ago

BTW, conda-forge is shipping a py313 version of it and all the tests are passing. You can test it out with:

conda env create --name CFUNITS python=3.13 cf-units pytest -c conda-forge/label/python_rc
conda activate CFUNITS
pytest --pyargs cf_units
trexfeathers commented 1 month ago

We should now be in a good position to add this without missing a spot:

https://github.com/SciTools/cf-units/blob/539dbccd5597b73c1785bbd31d51e4c304e7ffc1/cf_units/tests/test_coding_standards.py#L121-L122

pp-mo commented 1 month ago

Closed by #461