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

fix: remote xlsx file reading with python 3.12 #1684

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

pierrecamilleri
Copy link
Collaborator

@pierrecamilleri pierrecamilleri commented Sep 18, 2024

Adapt to changes of API of _TemporaryFileWrapper in python 3.12, unfortunately not intercepted by pyright (see issue for details). The fix does not rely on this class's API, as the value is already stored in a local variable.

@pierrecamilleri pierrecamilleri merged commit 80f03c6 into main Sep 27, 2024
9 checks passed
@pierrecamilleri pierrecamilleri deleted the fix/1642-python12-xlsx branch September 27, 2024 11:02
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.

Failure with Python 3.12 but not Python 3.11: no attribute 'delete'
2 participants