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

TST: Python 3.13 #2517

Open
pllim opened this issue Sep 23, 2024 · 2 comments
Open

TST: Python 3.13 #2517

pllim opened this issue Sep 23, 2024 · 2 comments

Comments

@pllim
Copy link
Contributor

pllim commented Sep 23, 2024

Would be nice to test against Python 3.13.

@tvwenger
Copy link

tvwenger commented Dec 4, 2024

With python 3.13, installation via conda fails to place an executable in the path.

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 conda installation instructions, glueviz grabs python 3.12.7 and everything works fine.

@tvwenger
Copy link

tvwenger commented Dec 4, 2024

With python 3.13, installation via pip works, but throws a DeprecationWarning:

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:

/home/twenger/miniconda3/envs/glue-env/bin/glue:8: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input & format.
See https://github.com/python/cpython/issues/70647.
  sys.exit(main())

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

No branches or pull requests

2 participants