-
Notifications
You must be signed in to change notification settings - Fork 239
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
chore: drop python 3.6 for cibuildwheel driver #1175
Conversation
5654a1b
to
47e7aef
Compare
@@ -37,6 +32,8 @@ repos: | |||
rev: 5.10.1 | |||
hooks: | |||
- id: isort | |||
args: ["-a", "from __future__ import annotations"] |
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 added this before I could suggest it. :D
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.
ooo 👀
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.
😎 LGTM once the tests are green!
Let's hold this until after the next patch release (2.8.1) |
This drops python 3.6 for cibuildwheel. Building python 3.6 packages is still supported.
test_build_default_launches was using cibuildwheel setup.cfg which led to the test failing once python 3.6 was dropped. Use an empty package, provided by fake_package_dir, to run the test.
This drops python 3.6 for cibuildwheel.
Building python 3.6 packages is still supported.
closes #508