MAINT: adding Python 3.13 to CI by bsipocz · Pull Request #3088 · astropy/astroquery

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@bsipocz

Copy link Copy Markdown

Member

@bsipocz bsipocz commented

Aug 27, 2024

edited

Loading

If we're compatible out of the box then no changelog entry will be needed...

(locally I see one doctesting whitespace issue, it may actually be an upstream doctestplus issue)

keflavich reacted with thumbs up emoji

@pllim

Copy link Copy Markdown

Member

pllim commented

Aug 27, 2024

I think the whitespace problem is from Python 3.13 itself. According to https://docs.python.org/3.13/whatsnew/3.13.html, "The compiler now strips common leading whitespace from every line in a docstring."

Is there a reason why you must keep the leading whitespace? If not, would be much simpler to adjust the test for Python 3.13 and later. FYI.

@bsipocz

Copy link Copy Markdown

Member Author

bsipocz commented

Aug 27, 2024

A good to know, thanks, I'll change the test then.

pllim reacted with thumbs up emoji

@bsipocz

Copy link Copy Markdown

Member Author

bsipocz commented

Aug 27, 2024

This now has a pragmatic workaround for python/cpython#81283

@bsipocz bsipocz merged commit 01c4d29 into astropy:main

Aug 27, 2024

@bsipocz bsipocz deleted the MAINT_py313 branch

August 29, 2024 17:03

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

Reviewers

@pllim pllim pllim left review comments

Assignees

No one assigned

Projects

None yet

Milestone

v0.4.8

Development

Successfully merging this pull request may close these issues.

2 participants

@bsipocz @pllim