Skip to content

Commit

Permalink
Merge pull request #68 from legend-exp/ci
Browse files Browse the repository at this point in the history
Test on Python 3.12
  • Loading branch information
iguinn authored Apr 26, 2024
2 parents 7366841 + b1f2e52 commit 4af678f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, macOS-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-13]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4af678f

Please sign in to comment.