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

Add Python 3.13 support #106

Closed
wants to merge 2 commits into from
Closed

Conversation

fafanoulele
Copy link
Contributor

@fafanoulele fafanoulele commented Oct 8, 2024

Add support for Python 3.13.

Current error with Python 3.13:

httptools/parser/url_parser.c:5746:70: error: too few arguments to function call, expected 6, have 5
       5744 |                 int ret = _PyLong_AsByteArray((PyLongObject *)v,
            |                           ~~~~~~~~~~~~~~~~~~~
       5745 |                                               bytes, sizeof(val),
       5746 |                                               is_little, !is_unsigned);

@jameshilliard
Copy link
Contributor

Maybe also add a 3.13 wheel build here and tests here?

@fafanoulele
Copy link
Contributor Author

Maybe also add a 3.13 wheel build here and tests here?

Done. Thanks for the feedback!

@fantix
Copy link
Member

fantix commented Oct 14, 2024

Merged in #107, thanks for the PR!

@fantix fantix closed this Oct 14, 2024
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.

3 participants