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

Update python versions in CI #127

Closed
BSchilperoort opened this issue Oct 18, 2022 · 2 comments · Fixed by #132
Closed

Update python versions in CI #127

BSchilperoort opened this issue Oct 18, 2022 · 2 comments · Fixed by #132

Comments

@BSchilperoort
Copy link
Member

BSchilperoort commented Oct 18, 2022

Currently the CI covers Python 3.6, 3.7, 3.8 and 3.9. However, Python 3.6 reached its end-of-life almost a year ago. Additionally, Python 3.10 has already been released for a year.

Is there a reason to keep the CI for Python 3.6? Or should 3.6 be dropped and 3.10 added?

Related to #119

@bvreede
Copy link
Contributor

bvreede commented Dec 12, 2022

Python 3.6 is no longer available, or so I interpret this failing action.

@BSchilperoort
Copy link
Member Author

Python 3.6 is no longer available, or so I interpret this failing action.

Yes, Github Actions is moving towards Ubuntu 22 (ubuntu-latest in the configuration), which does not support Python 3.6. It would still be possible to have the CI work, by setting runs-on: ubuntu-20.04, but I tihnk we don't want to support 3.6 anyway.

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 a pull request may close this issue.

2 participants