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 0a13026 commit 1c2a6e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "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 1c2a6e2

Please sign in to comment.