DiamondLightSource / FastCS

Control system agnostic framework for building device support in Python for both EPICS and Tango
Apache License 2.0
1 stars 2 forks source link

Update minimum Python version to 3.11 #22

Closed OCopping closed 6 months ago

OCopping commented 7 months ago

This will allow for the use of nice Asyncio additions

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 43.79%. Comparing base (7a70b95) to head (fd8ce1f). Report is 2 commits behind head on main.

:exclamation: Current head fd8ce1f differs from pull request most recent head 0bed12f. Consider uploading reports for the commit 0bed12f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ======================================= Coverage 43.79% 43.79% ======================================= Files 17 17 Lines 653 653 ======================================= Hits 286 286 Misses 367 367 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

GDYendell commented 6 months ago

Could you also add 3.12 to the CI matrix?

GDYendell commented 6 months ago

3.12 didn't work because of softioc dependencies.