Skip to content

Commit

Permalink
make all builds experimental fix 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Sep 7, 2023
1 parent 8975d64 commit 395364a
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,9 @@ jobs:
strategy:
fail-fast: false
matrix:
py_ver: [3.8, 3.9]
py_ver: [3.8, 3.9, '3.10', 3.11]
os: [ubuntu-latest, macos-latest]
experimental: [false]
include:
- py_ver: 3.7
os: macos-latest
experimental: true
- py_ver: 3.7
os: ubuntu-latest
experimental: true
- py_ver: 3.10
os: macos-latest
experimental: true
- py_ver: 3.10
os: ubuntu-latest
experimental: true
- py_ver: 3.10
os: macos-latest
experimental: true
- py_ver: 3.10
os: ubuntu-latest
experimental: true
experimental: [true]

outputs:
# tarballs are py3X job-specific
Expand Down

0 comments on commit 395364a

Please sign in to comment.