Skip to content

Commit

Permalink
Update CI to test Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 3, 2024
1 parent 5eba93d commit 4877082
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 @@ -18,10 +18,10 @@ jobs:
fail-fast: true
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.11", "3.12"]
experimental: [false]
include:
- python-version: "3.11"
- python-version: "3.12"
os: "ubuntu-latest"
experimental: true

Expand Down

0 comments on commit 4877082

Please sign in to comment.