Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit cb3c871

Browse files
committed
update py version in docs action
1 parent 55063a3 commit cb3c871

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: Setup Python
1313
uses: actions/setup-python@v6
1414
with:
15-
python-version: "3.10"
15+
python-version: "3.14"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
- name: Setup Python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: "3.10"
31+
python-version: "3.14"
3232
- name: Install nox
3333
run: |
3434
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)