Skip to content

Commit

Permalink
Fix correct list
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMPaTech committed Nov 28, 2024
1 parent 8bf474a commit 4747901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
needs: commitcheck
strategy:
matrix:
python-version: ["3.13" "3.12"]
python-version: ["3.13", "3.12"]
steps:
- name: Check out committed code
uses: actions/checkout@v4
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
needs: prepare-test-cache
strategy:
matrix:
python-version: ["3.13" "3.12"]
python-version: ["3.13", "3.12"]

steps:
- name: Check out committed code
Expand Down

0 comments on commit 4747901

Please sign in to comment.