-
Notifications
You must be signed in to change notification settings - Fork 393
Remove python 3.8 and vault versions 1.11 and 1.12 for next major release #1196
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
base: main
Are you sure you want to change the base?
Remove python 3.8 and vault versions 1.11 and 1.12 for next major release #1196
Conversation
f0bd663
to
f41e481
Compare
In accordance with the policy removing a python version needs to be done in a major release. The PR could be split to add newer Vault versions without a major release, but if we want to remove any Vault versions that should also be done in a major release. I'm not sure if we want to add two more without removing some though, due to limited CI resources. |
Sounds like this 8000 just needs to wait for a major release in that case? Thanks for taking the time to review |
it looks like there are a number of failures to address before this could be merged |
* greenlet package required version bump to 3.10 which is minimum with support for python3.13 * hvac#1196 per pr - python 3.8 will be dropped in major release
f41e481
to
aa80ab7
Compare
Thanks for these PRs @clintonsteiner ! I'm trying to figure out what's causing the timeouts in Vault 1.16+. Even #1183 which is an old dependabot PR that was passing previously is having the issue now so I don't think it has anything to do with your submissions, but we should have them passing. Since #1199 is also demonstrating the issue consistently in the new Vault versions I suspect some change was made in Vault and backported to 1.16 I just don't know what it is yet. |
No description provided.