-
Notifications
You must be signed in to change notification settings - Fork 33
update actions #1206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update actions #1206
Conversation
stweil
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updates look good and are required to fix the CI annotations. Thank you!
kba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, we should use the latest versions of the actions.
|
Citing https://peps.python.org/pep-0632/:
core still uses distutils. Therefore tests with Python 3.12 now fail. |
I have a branch which removes distutils. The |
|
@rettinghaus, why did you remove Python 3.12 in your latest commit? I think it is good to have a CI test with that version. |
|
@kba, I suggest to merge this pull request (without the last commit which removed Python 3.12 from the test matrix). |
ef7f1c3 to
7d119aa
Compare
|
@stweil rebased and dropped last commit. |
This PR adds Python 3.12 to the test runs and updates the used GH actions.
Supersedes #1205