Skip to content

Commit

Permalink
Merge pull request #153 from pnuu/update-python-ci
Browse files Browse the repository at this point in the history
Update CI Python versions
  • Loading branch information
pnuu authored Feb 16, 2024
2 parents 9a998c3 + 80956c4 commit a4271f2
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 @@ -12,10 +12,10 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "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 a4271f2

Please sign in to comment.