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 Ubuntu version & add new Python versions to CI test matrix #165

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

pederhan
Copy link
Member

@pederhan pederhan commented Nov 13, 2023

This PR removes the EOL Python versions (3.6 & 3.7)* and adds the most recent versions (3.11 & 3.12) to/from the CI test matrix. The Ubuntu version is also changed from latest to 20.04 due to dropped 3.6 support in latest (22.04).

Once this PR is merged, the versions we officially support are the following:

  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10
  • 3.11
  • 3.12

* I think it might be important to keep supporting Python 3.6 due to building RPM packages for RHEL 8. Need input on this. Also keeping around 2 extra versions in CI isn't that big of a deal, since the test suite takes very little time to execute.

@pederhan
Copy link
Member Author

3.12 support requires #164 to be merged, due to the removal of the distutils module.

RHEL 8 requires Python 3.6.8 support :)))))))
@pederhan pederhan changed the title Update Python versions in CI test matrix Fix Ubuntu version & add new Python versions to CI test matrix Nov 24, 2023
@pederhan pederhan merged commit 2cd2928 into unioslo:master Nov 24, 2023
7 checks passed
@pederhan pederhan deleted the remove-eol-python branch November 24, 2023 10:40
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.

1 participant