I’m looking to add support PyMetis for Python 3.13, because this was not done automatically, however conda smithy rerender
does not seem to do this (the console messages don’t mention Python 3.13). Do I need to add recipe/conda_build_config.yaml
or something special to enable this?
This is now resolved, by inspecting the package status in the migration and investigating the “awaiting parents” package(s), which needed attention for their migrations.
And with Python 3.13, a common fix that I’ve seen in a few migrations is to add setuptools
to the host dependencies due to this change. Hope this helps!