We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19c3bd commit 7b625b4Copy full SHA for 7b625b4
3 files changed
.github/workflows/ci-lint.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
python:
28
- - '3.13'
+ - '3.14'
29
arch:
30
- 'x64'
31
steps:
.github/workflows/ci-syntax-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
- build: latest
40
default_packages: master
41
42
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
43
- uses: SublimeText/syntax-test-action@v2
44
with:
45
build: ${{ matrix.build }}
.github/workflows/deploy-gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v6
22
23
- python-version: '3.13'
+ python-version: '3.14'
24
- name: Install MkDocs
run: pip install -r docs/requirements.txt
- name: Run MkDocs
0 commit comments