Skip to content

Commit 4d2effe

Browse files
committed
Add Python 3.14 to syntax check.
1 parent fe5f984 commit 4d2effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/syntax-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ['3.12', '3.13']
9+
python-version: ['3.12', '3.13', '3.14']
1010
steps:
1111
- name: Setup Python
1212
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)