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 Python 3.8 support #780

Merged
merged 1 commit into from
Feb 11, 2024
Merged

drop Python 3.8 support #780

merged 1 commit into from
Feb 11, 2024

Conversation

mattseddon
Copy link
Member

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™


Follow up to iterative/dvc#10265. DVCLive can no longer support Python 3.8 as it depends on DVC and DVC dropped support in the aforementioned PR.

@@ -67,7 +67,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
pyv: ["3.8", "3.9", "3.10"]
pyv: ["3.9", "3.10", "3.11", "3.12"]
Copy link
Member

Choose a reason for hiding this comment

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

3.11, 3.12 could be added as a separate PR if they require more changes

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll wait for the CI. Seemed fine locally.

@mattseddon
Copy link
Member Author

Same test_huggingface_integration is failing on main seems unrelated to the change in Python version

@mattseddon mattseddon merged commit d1c6e2e into main Feb 11, 2024
13 of 14 checks passed
@mattseddon mattseddon deleted the drop-3.8-support branch February 11, 2024 23:47
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.

None yet

2 participants