CI: test for python 3.12 & fix linting error#3
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3 +/- ##
==========================================
- Coverage 98.85% 98.84% -0.01%
==========================================
Files 1 1
Lines 261 259 -2
Branches 80 78 -2
==========================================
- Hits 258 256 -2
Misses 1 1
Partials 2 2
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:
|
| fail-fast: false | ||
| matrix: | ||
| python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] | ||
| python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] |
There was a problem hiding this comment.
This is a tool supposed to run in CI. Why do we bother with anything than latest Python in the first place?
There was a problem hiding this comment.
My stance is: as long as it runs in those version, lets run it in those versions. People might need certain versions of python or whatever.
No description provided.