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

Python v3.8 is EOL. Bump minimum supported version to v3.9 #115

Closed
michaelAbon1p opened this issue Dec 17, 2024 · 0 comments · Fixed by #116
Closed

Python v3.8 is EOL. Bump minimum supported version to v3.9 #115

michaelAbon1p opened this issue Dec 17, 2024 · 0 comments · Fixed by #116
Labels
bug Something isn't working

Comments

@michaelAbon1p
Copy link
Contributor

Python v3.8 is EOL as of 2024-10-07. None of our tests are running. GitHub no longer supports Python 3.8 in their CI runners. In other projects, we have additionally been using Ansible's minimum supported version as a guide. They have also dropped v3.8.

So, I want to update this project's minimum supported to v3.9.

@michaelAbon1p michaelAbon1p added the bug Something isn't working label Dec 17, 2024
edif2008 added a commit that referenced this issue Dec 19, 2024
* Bump minimum supported Python version from 3.8 to 3.9

Fixes #115

* Remove codecov from workflow

Currently no PRs can be merged since the codecov step doesn't work anymore. Fixing that is a lengthy process, so to temporarily unblock important PRs from being merged (i.e. #116, #114, #107), we will remove this from our pipeline.

---------

Co-authored-by: Eddy Filip <eddy.filip@agilebits.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant