Bug 2058413 - update k8s scriptworkers to python 3.14 - #1496
Conversation
bhearsum
left a comment
There was a problem hiding this comment.
Is there a reason that pyproject.toml, the toplevel tox.ini, and script-specific tox.ini files shouldn't be updated as well? Possibly also the check kind?
(Presumably scriptworker_client and iscript still need 3.11 though?)
|
@bhearsum updated tox.ini and the check kind. I don't think we can update pyproject.toml just yet since it's global and we still have some tasks using 3.11? |
Yeah, good point (I didn't realize that was just the |
| @@ -1,5 +1,5 @@ | |||
| [tox] | |||
| envlist = py311,mypy | |||
There was a problem hiding this comment.
We should probably maintain 3.11 testing here seeing as iscript depends on it.
There was a problem hiding this comment.
envlist is just what gets run by default when you don't pass -e to tox. tox -e py311 still works and remains in CI.
|
Thanks for doing this! |
No description provided.