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

chore: update python versions in CI #251

Merged
merged 5 commits into from
Apr 24, 2024

Conversation

cjrh
Copy link
Collaborator

@cjrh cjrh commented Apr 24, 2024

Python 3.8 is no longer available on the "macos-latest" target. This is the current list of supported Python versions: https://devguide.python.org/versions/

@@ -1,7 +1,7 @@
import nox


@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12"])
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't we remove 3.8 from here

@@ -40,10 +40,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]
python-version: ["3.12"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this change, aren't we removing 3.8?

Copy link
Collaborator Author

@cjrh cjrh Apr 24, 2024

Choose a reason for hiding this comment

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

  • 3.12 is the current stable version, so that's the one we should test across platforms
  • 3.8 is still supported by upstream

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

image

@wallies wallies merged commit 7651d2b into quickwit-oss:master Apr 24, 2024
10 checks passed
@cjrh cjrh deleted the ci-update-python-versions branch April 25, 2024 21:32
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.

2 participants