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

Use Python 3.13 up from 3.11 across the repo #850

Open
consideRatio opened this issue Jan 21, 2025 · 1 comment
Open

Use Python 3.13 up from 3.11 across the repo #850

consideRatio opened this issue Jan 21, 2025 · 1 comment
Labels
help wanted Extra attention is needed maintenance

Comments

@consideRatio
Copy link
Collaborator

We are currently using 3.11 in quite a bit of places:

  • GitHub workflow's jobs test environments etc
  • Helm chart's docker images
  • Maybe more?

We should update to use Python 3.13 instead, or Python 3.12 if its not possible yet to get things to function with Python 3.13.

@consideRatio consideRatio added help wanted Extra attention is needed maintenance labels Jan 21, 2025
gardleopard added a commit to gardleopard/dask-gateway that referenced this issue Jan 21, 2025
There are some limitations. Docs have an open issue dask/dask-sphinx-theme#68 which locks us on python 3.11.

Chartpress (https://github.com/jupyterhub/chartpress) limits us from going above 3.12 on the helm builds.

Issue dask#850
consideRatio added a commit that referenced this issue Jan 22, 2025
* chore(python): upgrade as high as it works

There are some limitations. Docs have an open issue dask/dask-sphinx-theme#68 which locks us on python 3.11.

Chartpress (https://github.com/jupyterhub/chartpress) limits us from going above 3.12 on the helm builds.

Issue #850

* chore(python): update python versions in dockerfiles

* Update Dockerfile

* refreeze dockerfile

* new chartpress

* minimize golang/python version matrix

* Update build-publish-helm-chart.yaml

* Update test.yaml

* Restore unrelated change

---------

Co-authored-by: Erik Sundell <[email protected]>
@consideRatio
Copy link
Collaborator Author

consideRatio commented Jan 22, 2025

Almost fully resolved now, what remains is blocked on dask-sphinx-theme in dask/dask-sphinx-theme#68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed maintenance
Projects
None yet
Development

No branches or pull requests

1 participant