Skip to content

Commit

Permalink
Merge pull request #148 from djhoese/ci-py312
Browse files Browse the repository at this point in the history
Add Python 3.12 to CI testing
  • Loading branch information
djhoese committed Nov 22, 2023
2 parents 69793ca + c7b179a commit 15d2eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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"
Expand Down

0 comments on commit 15d2eb9

Please sign in to comment.