-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansible-lint, yamllint: Update revision and interpreter to python3.13 #27172
Conversation
This PR requires PR27172 or similar to be accepted before it can go any further |
the change to Python 3.13 should happen only after MacPorts has changed its default Python version. That happens on January 1st each year. |
@reneeotten - thanks for the heads up. I can keep this here for another week. It's also still blocked by PR27171 which gets a version of ansible that works with python313 I'll leave this as a draft until all the criteria are properly met. |
ec74eb4
to
811f1fe
Compare
@reneeotten - that last force push should clean up 2 of your three requested changes. It appears ansible-lint does in fact require importlib-metadata |
looks, good. However by now these do not appear to be the latest versions anymore (at least not for |
- Update to 25.1.1 - Change default python to 3.13 - Additionally correct the logic for a wanring message where an empty PYENV_VIRTUAL_ENV system variable trips incorrectly update ansible-lint
updated. ansible-lint and bracex now at the latest versions. |
Update ansible-lint and yamlint to use python 3.13
Additionally:
ansible-lint: update to 24.12.2 use python 3.13
yamlint: add python 3.13
py-bracecx: update to 2.5 and add python 3.13
py-enrich: add python 3.13
py-wcmatch: update to 10.0 and add python 3.13
Description
Update yamlint and ansible-lint to the latest python (3.13)
Type(s)
Tested on
macOS 15.1.1 24B91 arm64
Xcode 16.2 16C5032a
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?