Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecooper committed Mar 25, 2024
1 parent b2f09c4 commit be92210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
os: [ ubuntu-18.04, macOS-latest, windows-latest ]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]

steps:
- name: Checkout
Expand Down

0 comments on commit be92210

Please sign in to comment.