ci: disable testing python 3.6 on macos as it is no longer supported#237
ci: disable testing python 3.6 on macos as it is no longer supported#2372 commits merged intobee-san:mainfrom jyooru:ci/macos-python36
Conversation
β¦by github actions
Codecov Report
@@ Coverage Diff @@
## main #237 +/- ##
=======================================
Coverage 92.60% 92.60%
=======================================
Files 15 15
Lines 1217 1217
=======================================
Hits 1127 1127
Misses 90 90 Continue to review full report at Codecov.
|
|
Updates and support for 3.6 seems to be ending at the end of the year, so that may be the reason. While we are at it could we add 3.10? :) |
I added that in #221 π |
Oh amazing thank you! I was looking at the test file in this PR where there is no 3.10. π |
|
We shall re-evaluate what Python version things use (Ubuntu, Remnux, etc etc) and see if we can up this limit in the new year :) |
β Pull Requests not made with this template will be automatically closed π₯
Prerequisites
Why do we need this pull request?
This repository has automatically switched to macos-11 from macos-10.15 as it has macos-latest specified.
This means that Python 3.6 is no longer available in GitHub Actions runners:
3.5
3.6
3.7
3.8
3.9
3.8
3.9
I had this commit on my fork as all actions would fail because of this issue. Looks like GitHub automatically updated my new fork to macos-11 but kept this repo on macos-10.15, but now this repo has been updated to macos-11.
What GitHub issues does this fix?
Copy / paste of output
Please copy and paste the output of PyWhat with your new addition using an example that tests this addition below: