-
Notifications
You must be signed in to change notification settings - Fork 686
compile sanity test: update supported Python versions #2935
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
Conversation
(One problem with only linking to that page is that it doesn't include current |
CC @mattclay |
@felixfontein @mattclay - I'm wondering if a better fix is to just say 'all supported core versions and devel' and when a new core release happens, we move up the next section here and call it devel until core is ready to call it devel/2.20 for example? |
@samccann the problem with that is that the versions If that needs to be done on every update of the supported Python versions, it's probably easier to simply edit docs/docsite/rst/dev_guide/testing/sanity/compile.rst directly... |
@felixfontein can you add the appropriate backport labels if this is able to be auto-backported? |
(cherry picked from commit e09cd6e)
(cherry picked from commit e09cd6e)
Follow-up to #2934 (comment).
I think it would be better to get rid of the explicit lists of Python versions here completely, but as a first step let's fix the lists and add a link to https://docs.ansible.com/ansible-core/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix.