Drop Python 2.x support and fix CI#1098
Conversation
9998b64 to
9bc5ea6
Compare
e9d82f0 to
c91134f
Compare
|
I believe this is ready to go! |
|
|
44d1d48 to
06ea439
Compare
|
@giordano I don't think the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1098 +/- ##
==========================================
+ Coverage 68.02% 69.07% +1.04%
==========================================
Files 20 20
Lines 2036 1995 -41
==========================================
- Hits 1385 1378 -7
+ Misses 651 617 -34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
What are the "Expected — Waiting for status to be reported" checks? |
|
Jobs which are marked as required in the settings, but didn't run because the the workflow changed. Either someone with enough power will have to bypass the jobs not running, or an admin needs to change the required jobs. |
This changes PyCall's minimum Python version to 3.3, since that is still many years out-of-life and allows us to remove most special cases for compatibility. Also adds macOS arm64 to CI.
Supersedes #1075.
Resolves #1099.