Skip to content

Add support for Python 3.13 #1128

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

Open
gdementen opened this issue Feb 7, 2025 · 4 comments
Open

Add support for Python 3.13 #1128

gdementen opened this issue Feb 7, 2025 · 4 comments

Comments

@gdementen
Copy link
Contributor

gdementen commented Feb 7, 2025

Currently all our dependencies have conda packages for Python 3.13 except for xlwings. Installing larray, larray_eurostat and larray-editor manually worked nicely (except exporting a selection to Excel, obviously). There is only a deprecation warning, which I have no idea where it comes from. We probably need to check where we parse dates. Might be in one of our dependencies though.

<string>:1: 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.
@gdementen
Copy link
Contributor Author

Tentatively adding to 0.35 milestone. Will depend if I make the release faster than xlwings 😉

@gdementen
Copy link
Contributor Author

As of today (12 march 2025), xlwings is still not available for Python 3.13

@gdementen
Copy link
Contributor Author

xlwings 0.32.1 is now available

@gdementen
Copy link
Contributor Author

The warning is due to ipykernel. A fix is implemented in their git repository (ipython/ipykernel@b47db6f) but it was committed just after (on the same day) the latest stable release was released (6.29.5 on 2024-07-01). This should be resolved once ipykernel 7.0 is released (or maybe 6.5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant