Skip to content

Commit 714c108

Browse files
authored
Update build.yml (#97)
1 parent 0320242 commit 714c108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: '3.12'
21+
python-version: '3.14'
2222

2323
- name: Run Python unit tests
2424
run: python3 -u -m unittest tests/tests.py

0 commit comments

Comments
 (0)