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

Build CPython 3.13 by default #1950

Merged
merged 5 commits into from
Aug 3, 2024
Merged

Build CPython 3.13 by default #1950

merged 5 commits into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. Build CPython 3.13 by default

    Enable building with CPython 3.13 by default, no longer requiring prerelease_pythons flag to be set true.
    EwoutH authored and henryiii committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b34466f View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and henryiii committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a75a7d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca017c6 View commit details
    Browse the repository at this point in the history
  4. build_selector_test.py: cp313t still behind flag

    Even with 3.13 being enabled by default, cp313t is still behind a flag for now.
    
    This commit updates the test accordingly.
    EwoutH authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    56cbcb0 View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    mayeut committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    93f093e View commit details
    Browse the repository at this point in the history