Skip to content

Commit

Permalink
fix/workaround build on macos: exclude 3.10 on macos in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scito committed Apr 15, 2023
1 parent 0ec1314 commit 9c3edea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
python-version: ["3.x", "3.11", "3.10", "3.9", "3.8", "3.7"]
python-version: ["3.x", "3.11", "3.9", "3.8", "3.7"]
platform: [ubuntu-latest, macos-latest, windows-latest]
# exclude:

Expand Down

0 comments on commit 9c3edea

Please sign in to comment.