Skip to content

Commit

Permalink
Truncated OS and Python version matrix to currently-supported builds
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Sep 18, 2024
1 parent 22694c8 commit 3f0cd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3.11", "3.12"]
os: [macOS-latest, ubuntu-latest] #, windows-latest] # AmberTools is not currently installable on Windows
python-version: ["3.11"] #, "3.12"] # intend to support more recent Python version eventually, but tooling is built around 3.11 only for now
fail-fast: false

steps:
Expand Down

0 comments on commit 3f0cd07

Please sign in to comment.