8000 CI - Python deprecations by mcspr · Pull Request #9242 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

CI - Python deprecations #9242

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

Merged
merged 3 commits into from
May 20, 2025
Merged

CI - Python deprecations #9242

merged 3 commits into from
May 20, 2025

Conversation

mcspr
Copy link
Collaborator
@mcspr mcspr commented May 20, 2025

py3.13 - https://docs.python.org/3/library/re.html#re.sub

Deprecated since version 3.13: Passing count and flags as positional arguments is deprecated. In future Python versions they will be keyword-only parameters.

py3.12 - https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extraction_filter

If extraction_filter is None (the default), calling an extraction method without a filter argument will raise a DeprecationWarning, and fall back to the fully_trusted filter, whose dangerous behavior matches previous versions of Python.

mcspr added 3 commits May 20, 2025 18:42
https://docs.python.org/3/library/re.html#re.sub
> Deprecated since version 3.13:
> Passing count and flags as positional arguments is deprecated.
> In future Python versions they will be keyword-only parameters.
https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extraction_filter
> If extraction_filter is None (the default), calling an extraction method without a filter argument
> will raise a DeprecationWarning, and fall back to the fully_trusted filter, whose dangerous
> behavior matches previous versions of Python.
@mcspr mcspr merged commit 606324c into esp8266:master May 20, 2025
28 checks passed
@mcspr mcspr deleted the ci/python-deprecations branch May 20, 2025 16:18
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.

1 participant
0