We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0320242 commit 714c108Copy full SHA for 714c108
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Python
19
uses: actions/setup-python@v6
20
with:
21
- python-version: '3.12'
+ python-version: '3.14'
22
23
- name: Run Python unit tests
24
run: python3 -u -m unittest tests/tests.py
0 commit comments