sets a max on python 3.14 for the moment and fixes CI#1357
sets a max on python 3.14 for the moment and fixes CI#1357
Conversation
|
@jveitchmichaelis can you merge at least for the short term so that main passes. |
|
Is this for CI or for local installs? |
|
Ok so roll back until docformatter gets updated? @ethanwhite I think it's affecting pre-commit and by extension the CI. But I've not tried updating locally yet. |
|
If it's just for docformatter in pre commit then it seems like we can just change .pre-commit-config.yaml |
|
Yeah, I assume it's fine to pin precommit at 3.13 https://pre-commit.com/#top_level-default_language_version @bw4sz do you tweak the config in this PR and see if that passes? |
|
It looks like you’re working from an older branch where the initialization was placed between the imports. This shouldn’t cause errors for users running Python ≤3.14, and developers experimenting with 3.14 should instead use Python ≤3.13 for now. Our pipelines are also expected to run on Python ≤3.13. |
#1353 I'm setting back to python 3.13 until #1266 is ready.