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

CI: Test against Python 3.10 #346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EwoutH
Copy link
Contributor

@EwoutH EwoutH commented Oct 26, 2023

Two bits of maintenance on the CI:

  • In GitHub Actions, test against Python 3.10
  • Update ipywidgets to the latest minor versions (7.8 and 8.1 respectively)

Testing against a more modern Python version ensures it not only works on that version, but also gives warnings about potential incompatibilities with future Python versions. Since some packages are already dropping support for Python 3.9 and older (see SPEC 0), testing at least against Python 3.10 is recommended.

Testing against Python 3.11 and Python 3.12 is currently blocked by Vaex not supporting those versions, see vaexio/vaex#2331. I don't know exactly what Vaex is used for in Solara, but it could be worth considering removing it as a dependency.

@EwoutH EwoutH mentioned this pull request Oct 26, 2023
Comment on lines +29 to +34
- ipywidgets: "7.8"
voila: "0.3.7"
python-version: "3.10"
- ipywidgets: "8.1"
voila: "0.5.4"
python-version: "3.10"
Copy link
Contributor

Choose a reason for hiding this comment

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

Note that we use a ~ for the installation, so this change is not needed.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, I see that you have changed the matrix from 2x2 to 1x2. I think ipywidsgets should be kept top level for the matrix to work.

Also update ipywidgets to the latest minor versions (7.8 and 8.1 respectively)
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