spacetelescope / stdatamodels

https://stdatamodels.readthedocs.io
Other
5 stars 24 forks source link

update CI for python 3.12 #229

Closed braingram closed 10 months ago

braingram commented 10 months ago

3.x is now using python 3.12 (instead of python 3.11). This PR updates the CI to use python 3.11 for coverage and jwst jobs

As this PR changes require CI jobs the branch protection rules will need to be updated.

As this PR only changes CI configuration regression tests were not run.

Checklist

codecov[bot] commented 10 months ago

Codecov Report

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

Files Coverage Δ
src/stdatamodels/util.py 97.00% <100.00%> (+0.01%) :arrow_up:

:loudspeaker: Thoughts on this report? Let us know!.

braingram commented 10 months ago

Thanks!