Skip to content

Commit af625f8

Browse files
committed
quote and add 3.13, 3.14
1 parent c923c04 commit af625f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [windows-latest, ubuntu-latest] #, macos-latest]
30-
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
30+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3131
runs-on: ${{ matrix.os }}
3232

3333
steps:

0 commit comments

Comments
 (0)