-
Notifications
You must be signed in to change notification settings - Fork 153
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
TST: Python 3.13 #2517
Comments
With python 3.13, installation via conda create -n glue-env -c conda-forge python
conda activate glue-env
conda install -c conda-forge glueviz
which glue
# no output Following the newly updated |
With python 3.13, installation via conda create -n glue-env -c conda-forge python
conda activate glue-env
pip install glueviz[all,qt]
# WARNING: glueviz 1.4.0 does not provide the extra 'all'
python --version
# Python 3.13.0
glue Warning:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice to test against Python 3.13.
The text was updated successfully, but these errors were encountered: