ImperialCollegeLondon / pycsvy

Python reader/writer for CSV files with YAML header information
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

Remove support for python 3.8 and add it for 3.12 #85

Closed dalonsoa closed 3 days ago

dalonsoa commented 3 days ago

The main things to change are the workflow files - check #75 as well - the pyproject.toml that indicates a minimum python version.

Python 3.13 was released today (1st of October). If it happens that all works there and its available in the CI, also add support for 3.13, but I doubt things are ready for it, yet.