You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* 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>
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.
The text was updated successfully, but these errors were encountered: