Skip to content

Commit

Permalink
fix test python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 18, 2022
1 parent ca96c9e commit 31bb35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
matrix:
os: ["ubuntu-20.04", "windows-latest", "macos-latest", "macos-10.15"]
platform: ["x86_64"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9"]
include:
# TODO macOS is failing on py 3.10 because of shapely failure
- os: "ubuntu-20.04"
Expand Down

0 comments on commit 31bb35f

Please sign in to comment.