Closed nsoranzo closed 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?
python_requires
<3.14
Fix is in progress at https://github.com/common-workflow-language/schema_salad/pull/822 :-)
Thanks @mr-c !
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?