Skip to content
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

CI should test latest Python (stable + alpha) again #5450

Open
wisp3rwind opened this issue Sep 30, 2024 · 2 comments
Open

CI should test latest Python (stable + alpha) again #5450

wisp3rwind opened this issue Sep 30, 2024 · 2 comments
Labels
testing Relates to the testing/CI infrastructure

Comments

@wisp3rwind
Copy link
Member

At some point during CI workflow refactoring, tests for the most recent Python versions were removed. These are essential to check for deprecated features in the language and standard library.

Currently, this affects for example #5420 (the issue is not being observed by CI) and #5235 (the change is effectively not tested due to a version check).

@snejus
Copy link
Member

snejus commented Sep 30, 2024

I removed support for the latest version here since I found that the tests failed (for some reason). I thought that issue could be addressed in a separate PR where support could be added back.

@wisp3rwind
Copy link
Member Author

Sure, no problem with that! I felt it would be good to have an issue to keep track of that, though :)

@wisp3rwind wisp3rwind added the testing Relates to the testing/CI infrastructure label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Relates to the testing/CI infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants