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

Drop support for python versions <3.9 #131

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Conversation

Azaya89
Copy link
Contributor

@Azaya89 Azaya89 commented Mar 19, 2025

closes #130

@Azaya89 Azaya89 self-assigned this Mar 19, 2025
@Azaya89 Azaya89 requested review from hoxbro and maximlt March 19, 2025 12:09
@@ -89,7 +89,7 @@ jobs:
run: |
MATRIX=$(jq -nsc '{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"environment": ["test-38", "test-39", "test-310", "test-311", "test-312"],
"environment": ["test-39", "test-310", "test-311", "test-312"],
Copy link
Member

@hoxbro hoxbro Mar 19, 2025

Choose a reason for hiding this comment

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

We should likely update to add test-313, though let's do this in another PR.

Copy link
Member

Choose a reason for hiding this comment

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

Agree, @Azaya89 can you open another PR? Replacing 3.13 with 3.12 in the default case and adding 3.13 in the full case. After that, we should be able to proceed with a release.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. although the test-core env uses 3.13

Copy link
Member

Choose a reason for hiding this comment

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

Yes, the distinction isn't that important for Colorcet, but for other packages, the core is the absolute minimum of dependency (so we can check the latest), whereas test-3XX has a lot of dependencies (which can have pins on other dependencies).

@maximlt maximlt merged commit f3da968 into holoviz:main Mar 19, 2025
12 checks passed
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.

Drop support for EOL Python Versions (3.7 and 3.8)
3 participants