Skip to content

Commit 3b138ac

Browse files
authored
chore: adds missing version to workflow
1 parent 0b49df0 commit 3b138ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
max-parallel: 10
7979
matrix:
80-
python-version: ["3.9", "3.10", "3.11", "3.12"]
80+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
8181

8282
steps:
8383
- name: Checkout
@@ -109,4 +109,4 @@ jobs:
109109
run: exit 0
110110
- name: One or more build matrix options failed
111111
if: ${{ contains(needs.*.result, 'failure') }}
112-
run: exit 1
112+
run: exit 1

0 commit comments

Comments
 (0)