-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
PKG/DOC: indicate Python 3.14 support in pyproject.toml and release notes #62396
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
PKG/DOC: indicate Python 3.14 support in pyproject.toml and release notes #62396
Conversation
Co-authored-by: Matthew Roeschke <[email protected]>
…n pyproject.toml and release notes
Thanks @jorisvandenbossche |
…port in pyproject.toml and release notes) (#62415) Co-authored-by: Joris Van den Bossche <[email protected]>
|
||
{{ header }} | ||
|
||
.. _whatsnew_220.py14_compat: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a misformatted anchor (C&P artefact)? C.f. _whatsnew_233
on the next item:
pandas/doc/source/whatsnew/v2.3.3.rst
Line 23 in 179258f
.. _whatsnew_233.string_fixes: |
Still present on main
pandas/doc/source/whatsnew/v2.3.3.rst
Line 11 in 179258f
.. _whatsnew_220.py14_compat: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed copy-paste left-over! Fixing in #62499
…otes (pandas-dev#62396) Co-authored-by: Matthew Roeschke <[email protected]>
Final step for the packaging side of #62261 (nightly wheels are already available)