common-workflow-language / schema_salad

Semantic Annotations for Linked Avro Data
https://www.commonwl.org/v1.2/SchemaSalad.html
Apache License 2.0
73 stars 62 forks source link

Python 3.13 support #864

Closed nsoranzo closed 2 months ago

nsoranzo commented 2 months ago

I was trying to add Python 3.13 support to Galaxy in https://github.com/galaxyproject/galaxy/pull/18449 and most of our tests fail because there is no schema-salad version that can be installed under Python 3.13 due to https://github.com/common-workflow-language/schema_salad/blob/8.7.20240820070935/setup.py#L119

Maybe bump the python_requires to <3.14 unless you know it's actually broken?

mr-c commented 2 months ago

Fix is in progress at https://github.com/common-workflow-language/schema_salad/pull/822 :-)

nsoranzo commented 2 months ago

Thanks @mr-c !