Skip to content

Commit e485b9d

Browse files
authored
Update test-package.yml
1 parent 56da533 commit e485b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
python-version: ["3.12"]
22+
python-version: ["3.12", "3.13", "3.14"]
2323

2424
steps:
2525
- uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ["3.12", "3.13", "3.14"]
48+
python-version: ["3.12"]
4949

5050
steps:
5151
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)