-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Target latest Python versions - 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17 #7412
Conversation
ab16718
to
44437d5
Compare
Argh need to fix line length and look into some of these other failures |
Hm I think with the pip upgrade that happened with the Python upgrade, we are now running into jazzband/pip-tools#1825 (comment) from |
44437d5
to
62824f2
Compare
Looks like that was the issue! When we go and update the dependencies in requirements.txt when dropping Python 3.6 compatibility, I think they should be updated like this:
Not 100% sure the
|
62824f2
to
0aa1aff
Compare
The pip-tools incompatibility got resolved in #7034. This should now be good to go!! |
Smoke tests will be fixed by dependabot/smoke-tests#75 |
Target latest Python versions - 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17
Same as #7013
Waiting on: