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 support for Python 3.13 #1695

Merged
merged 6 commits into from
Jul 14, 2024
Merged

Add support for Python 3.13 #1695

merged 6 commits into from
Jul 14, 2024

Commits on Apr 24, 2024

  1. _PyInterpreterState_Get() has become public in Python 3.13

    Since 3.13.0a1 it has been renamed to PyInterpreterStateGet()
    Source: python/cpython#106321
    befeleme committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    829a7a2 View commit details
    Browse the repository at this point in the history
  2. Fix tests with Python 3.13

    The textual representation of addresses has changed, adapt the code to
    expect different values on Python 3.13+.
    See: python/cpython@f22bf8e3cf899896cf587099d292
    befeleme committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b9aa7c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Add Python 3.13.0a6 to CI

    befeleme committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    866bcef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc5ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a4b5ac View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    7c2706a View commit details
    Browse the repository at this point in the history