Skip to content

Commit

Permalink
Disable python 3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 15, 2023
1 parent 4c90c41 commit 2ba21d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-beta.4"]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
# Pip is broken in 3.12 for now
# - "3.12.0-beta.4"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2ba21d1

Please sign in to comment.