cf-units icon indicating copy to clipboard operation
cf-units copied to clipboard

python support update --> 3.12

Open pp-mo opened this issue 1 year ago • 3 comments

pp-mo avatar Sep 12 '24 18:09 pp-mo

Python 3.13 is just 10 days away now

echoix avatar Sep 20 '24 12:09 echoix

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

ocefpaf avatar Sep 20 '24 13:09 ocefpaf

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

trexfeathers avatar Sep 20 '24 16:09 trexfeathers

Closed by #461

pp-mo avatar Sep 30 '24 09:09 pp-mo