Skip to content

Commit 05ebc13

Browse files
committed
Run on more py versions
1 parent 64d5d88 commit 05ebc13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.9', '3.10', '3.11', '3.12']
13+
python-version: ['3.9', '3.9', '3.10', '3.11', '3.12', '3.13']
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/cache@v4
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
python-version: ['3.9', '3.10', '3.11', '3.12']
34+
python-version: ['3.9', '3.9', '3.10', '3.11', '3.12', '3.13']
3535
steps:
3636
- uses: actions/checkout@v4
3737
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)