Skip to content

Commit

Permalink
hold off on 3.11 in CI due to OsX issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Oct 29, 2022
1 parent 76108bc commit d342c8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
exclude:
# Run only the latest 3.x on macOS
- os: macos
Expand All @@ -19,8 +19,6 @@ jobs:
python-version: 3.8
- os: macos
python-version: 3.9
- os: macos
python-version: 3.10

steps:
- name: Checkout pysam
Expand Down

0 comments on commit d342c8b

Please sign in to comment.