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

Make test_document compatible with Python 3.13 #281

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

frenzymadness
Copy link
Contributor

In Python 3.13, compiler strips indents from docstrings. See python/cpython#81283

Fixes: #279

In Python 3.13, compiler strips indents from docstrings.
See python/cpython#81283

Fixes: zopefoundation#279
@icemac
Copy link
Member

icemac commented Dec 20, 2023

Thank you for this PR. I am going to merge it even though we do not yet run tests on Python 3.13 in GHA.

@icemac icemac enabled auto-merge (squash) December 20, 2023 07:26
@icemac icemac merged commit 5d42886 into zopefoundation:master Dec 20, 2023
34 checks passed
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.

heads-up: test failures with Python 3.13~alpha1 - indentation doesn't match the expected
2 participants