Skip to content

Commit

Permalink
Only test Python 3.12 in CI
Browse files Browse the repository at this point in the history
We're not a library, we don't need to support many versions.
  • Loading branch information
mfisher87 committed Jun 19, 2024
1 parent 6ec5d55 commit a11a611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12"]
python-version: ["3.12"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

include:
Expand Down

0 comments on commit a11a611

Please sign in to comment.