Drop support for Python 3.8#381
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #381 +/- ##
==========================================
- Coverage 85.82% 85.70% -0.13%
==========================================
Files 13 13
Lines 1538 1539 +1
==========================================
- Hits 1320 1319 -1
- Misses 218 220 +2 ☔ View full report in Codecov by Sentry. |
|
Thanks, @dstansby. I've recently heard of folks having issues on various platforms so let's see if any of that surfaces here. If not, I can definitely see getting this into the next largish bump. |
|
I was having issues getting Ice bindings installed on python 3.10 (our docs state that only python 3.9 was supported). In the end we found a work-around but for users who have working python 3.9 environments it could cause inconvenience to drop python 3.9 support here before we need to. |
|
The motivation here was |
|
👍 updated to just drop support for 3.8 |
|
Thanks again, @dstansby. Let's get this in and then we can always iterate from there. |
As per SPEC 0, don't need to support Python 3.8 or 3.9 any more. As per a comment below, I've only dropped support for 3.8 here.