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

fix: Fix failing checks #357

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

fix: Fix failing checks #357

wants to merge 3 commits into from

Conversation

nifflets
Copy link
Contributor

@nifflets nifflets commented Dec 28, 2024

ubuntu-latest was updated to 24.04 which caused some of the current checks to fail.

Removed Python 3.7 and 3.8 from the test matrix as these are both past end-of-life now.

@nifflets nifflets marked this pull request as draft December 28, 2024 01:05
@nifflets nifflets force-pushed the fix-failing-checks branch 2 times, most recently from 3c50907 to b2c0062 Compare December 28, 2024 01:15
@nifflets nifflets changed the title Add setuptools as an explicit test dependency fix: Fix failing checks Dec 28, 2024
@nifflets nifflets marked this pull request as ready for review December 28, 2024 01:29
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.9', '3.10', '3.11', '3.12']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we absolutely sure we should remove these two versions? Seems to me that we still support 3.7 and 3.8 according to https://screenshot.googleplex.com/4TSpCmAE3z63Axt https://screenshot.googleplex.com/4oTVpkPBHbbBw8b

@nifflets nifflets marked this pull request as draft December 30, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants