Open ajdawson opened 6 days ago
We should at least attempt to remove the Python version pin. The build has changed significantly so it may now "just work".
Is it as simple as removing the skip: True # [py >=312] line from build @ocefpaf? Would that require a bump of the build number?
skip: True # [py >=312]
Would that require a bump of the build number?
Not really. The new Python versions would get built with the current build number. The ones that are already build won't get re-build.
We should at least attempt to remove the Python version pin. The build has changed significantly so it may now "just work".
Is it as simple as removing the
skip: True # [py >=312]
line from build @ocefpaf? Would that require a bump of the build number?