Skip to content

Commit

Permalink
ci: Include Python 3.12 RC in the test target
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 26, 2023
1 parent b0744bd commit 14aa2b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.11"]
python-version:
- "3.11"
experimental: [false]
include:
- python-version: "~3.12.0-0"
experimental: true
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 14aa2b4

Please sign in to comment.