nfdi4cat / voc4cat-tool

A tool for creating and maintaining SKOS-vocabularies with Excel and GitHub.
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Correctly specifiy mimium supported Python version and add Python 3.13 #232

Closed dalito closed 1 month ago

dalito commented 1 month ago

The minimum version should be correctly documented as 3.10. The The pypi-metadata and readme specifiy Python 3.8 as minimum. However, 3.8 and 3.9 are not tested in CI and they also cannot work because we have been using features added only in 3.10.

Python 3.13 should be added to test matrix.