Skip to content

Commit

Permalink
ci: Comment out 3.11-dev for now
Browse files Browse the repository at this point in the history
Seems to cause random segfaults right now:
nedbat/coveragepy#1294
  • Loading branch information
Infernio committed Dec 26, 2021
1 parent a1e9c79 commit f9e880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
# We need at least 3.10 (dataclasses with slots)
python-version: [ '3.10', '3.11-dev' ]
python-version: [ '3.10' ] #, '3.11-dev' ]
name: Run Zoia Tests on Python ${{ matrix.python-version }}
steps:
- name: Checkout commit
Expand Down

0 comments on commit f9e880c

Please sign in to comment.