Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #270 +/- ##
=======================================
Coverage 68.91% 68.91%
=======================================
Files 15 15
Lines 1750 1750
=======================================
Hits 1206 1206
Misses 544 544 ☔ View full report in Codecov by Sentry. |
|
Heads up to @JMGilbert @kemccusker. It's good to test on a recent version of Python. Any concerns with running CI tests on Python 3.12? |
None that I can think of, except we may pin to earlier versions of python in calling applications, but those are also pinned to earlier versions of |
|
Thanks, @kemccusker. To be clear this doesn't make Python >= 3.12 a requirement for users installing the package. It's just the Python version CI tests on. |
CI previously ran on Python 3.10. This upgrades it to 3.12.
Close #150