Skip to content

Commit

Permalink
upgrade code test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed Oct 21, 2024
1 parent 6d44f3e commit 2c8b037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.12"]
python-version: ["3.9", "3.13"]
experimental: [false]
include:
- python-version: "3.12"
- python-version: "3.13"
os: "ubuntu-latest"
experimental: true
fail-fast: false
Expand Down

0 comments on commit 2c8b037

Please sign in to comment.