Skip to content

Commit

Permalink
Add preliminary support for Python 3.12a7. (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 11, 2023
1 parent c09aa98 commit 6977b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.12.0-alpha.6", "py312"]
- ["3.12.0-alpha.7", "py312"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
exclude:
Expand All @@ -41,7 +41,7 @@ jobs:
# macOS/Python 3.11+ is set up for universal2 architecture
# which causes build and package selection issues.
- { os: ["macos", "macos-11"], config: ["3.11", "py311"] }
- { os: ["macos", "macos-11"], config: ["3.12.0-alpha.6", "py312"] }
- { os: ["macos", "macos-11"], config: ["3.12.0-alpha.7", "py312"] }

runs-on: ${{ matrix.os[1] }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Expand Down

0 comments on commit 6977b88

Please sign in to comment.