Skip to content

Commit

Permalink
Merge pull request #2597 from djhoese/ci-py312
Browse files Browse the repository at this point in the history
Update CI to test Python 3.12
  • Loading branch information
djhoese committed Feb 6, 2024
2 parents 8a00b73 + 4877082 commit cd33a0a
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 cd33a0a

Please sign in to comment.