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 Py3.7, add Py3.12 #164

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

Conengmo
Copy link
Member

@Conengmo Conengmo commented Apr 4, 2024

We just did the same in Folium in python-visualization/folium#1917.

Also simplify the matrix for the code tests a bit and make it the same as in Folium. This will making upgrading this in the future easier, since we can just copy it.

python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"
os: [ubuntu-latest, windows-latest]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any specific reason why you dropped macOS from the matrix?

Copy link
Member Author

Choose a reason for hiding this comment

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

We're not running those on Folium as well. I'd like to make Folium and Branca more consistent, so it's easier to update both. And I figured with a Linux and Windows test, we got the two main flavors covered. Would you agree or do you think we should keep Macos and add it to the Folium tests as well?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I suppose that with neither branca or folium we may likely run into macOS-specific issues so I guess it is fine. I just wanted to make sure it is intentional.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks Martin, appreciate you looking out!

@Conengmo Conengmo merged commit 59836db into python-visualization:main Apr 5, 2024
9 checks passed
@Conengmo Conengmo deleted the drop-py37-add-py312 branch April 5, 2024 07:44
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