Skip to content

Commit

Permalink
Drop Python 3.8 and 3.9 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Jul 2, 2024
1 parent 30ae130 commit 92c81c4
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.8", "3.9", "3.10"]
python-version: ["3.10", "3.11", "3.12"]
experimental: [false]
include:
- python-version: "3.9"
- python-version: "3.12"
os: "ubuntu-latest"
experimental: true

Expand Down

0 comments on commit 92c81c4

Please sign in to comment.