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

Added python 3.13 #108

Merged
merged 13 commits into from
Jul 12, 2024
Merged

Added python 3.13 #108

merged 13 commits into from
Jul 12, 2024

Conversation

smarie
Copy link
Owner

@smarie smarie commented Jul 12, 2024

No description provided.

mgorny and others added 13 commits June 28, 2024 19:30
Python 3.13 dedents all docstrings, while older versions only stripped
initial whitespace (from the first line).  To achieve consistent matches
across all Python versions, use a regular expression to dedent all lines
in both cases.

Furthermore, the docstring of `functools.partial()` has changed.  Rather
than hardcoding one, just match against `functools.partial.__doc__`.

Fixes #102
@smarie smarie merged commit d59b842 into main Jul 12, 2024
13 checks passed
@smarie smarie deleted the feature/102_py313 branch July 12, 2024 11:57
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.

2 participants