Skip to content

Commit fd98308

Browse files
Update dependency python to 3.14
1 parent 1b5f726 commit fd98308

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v7
4343
- uses: actions/setup-python@v6
4444
with:
45-
python-version: '3.13'
45+
python-version: '3.14'
4646
cache: 'pip'
4747
- run: pip install -r requirements.txt pytest
4848
- run: pytest -x --capture=no docs/conflib/get_simp_version_test.py
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v7
5555
- uses: actions/setup-python@v6
5656
with:
57-
python-version: '3.13'
57+
python-version: '3.14'
5858
cache: 'pip'
5959
- run: pip install -r requirements.txt
6060
- run: sphinx-build -n -b html -d sphinx_cache docs html

0 commit comments

Comments
 (0)