Skip to content

Commit

Permalink
ci: disable tests for Python 3.11 on MacOS
Browse files Browse the repository at this point in the history
The test run hangs on MacOS with Python 3.11. We are disabling it
until the issue is investigated and resolved.
  • Loading branch information
P403n1x87 committed Oct 24, 2022
1 parent 0c6f2ee commit 9002a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

name: Tests with Python ${{ matrix.python-version }} on MacOS
steps:
Expand Down

0 comments on commit 9002a5a

Please sign in to comment.