10000 Add experimental CI for CPython 3.13 by corona10 · Pull Request #320 · python/pyperformance · GitHub
[go: up one dir, main page]

Skip to content

Add experimental CI for CPython 3.13 #320

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

Merged
merged 7 commits into from
Oct 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Set experimental mode for macOS and Windows
  • Loading branch information
corona10 committed Oct 22, 2023
commit 1c6a7dff73d460551290cf188e922504b6aa683e
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
experimental: false
- os: macos-latest
python: "3.12"
experimental: false
experimental: true
- os: windows-latest
python: "3.12"
experimental: false
experimental: true
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
Expand Down
0