-
-
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
Legacy: Use sysconfig.get_default_scheme() where available #2109
Conversation
sysconfig._get_default_scheme() is gone on Python 3.10
be49a69
to
01b5a82
Compare
The bot is changing irrelevant things here :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to fix the CI here.
Do you want me to add a style commit first, or to disable the pre-commit CI on the legacy branch? |
Definitely don't disable the style check. We need to understand why it's triggered here and not on the master (or other) branches. PS. A wait I see it's the legacy branch. Never mind then. |
It's ok to disable pre-commit here. |
a08d660
to
13f0948
Compare
13f0948
to
2ac7819
Compare
Thanks. |
sysconfig._get_default_scheme() is gone on Python 3.10
(We support Fedora 32 for another 3 weeks and we still have legacy virtualenv there. I will patch this in, but I wanted to share it. Not tested yet.)