Skip to content

Commit 1d14d5c

Browse files
committed
Fix supported python versions
1 parent dd1ce55 commit 1d14d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- python-version: "3.10"
1414
- python-version: "3.11"
1515
- python-version: "3.12"
16-
- python-version: "3.14"
16+
- python-version: "3.13"
1717
env:
1818
PYTHON: ${{ matrix.python-version }}
1919
steps:

0 commit comments

Comments
 (0)