Skip to content

Commit 67a488a

Browse files
committed
Pin python version.
1 parent 5d8df2e commit 67a488a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ on:
2020

2121
jobs:
2222
tests:
23-
name: "Test Python ${{ matrix.version }} session= ${{ matrix.session }}"
23+
name: "Test Python ${{ matrix.python-version }} session= ${{ matrix.session }}"
2424
runs-on: ubuntu-latest
2525
strategy:
2626
fail-fast: false
2727
matrix:
2828
session: ["tests", "doctests-docs", "doctests-api"]
29+
python-version: ["3.12", "3.13"]
2930
defaults:
3031
run:
3132
shell: bash -l {0}
@@ -42,7 +43,7 @@ jobs:
4243
with:
4344
miniforge-version: latest
4445
activate-environment: testenv
45-
python-version: ${{ matrix.version }}
46+
python-version: ${{ matrix.python-version }}
4647
channels: conda-forge
4748
show-channel-urls: true
4849

requirements/readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- pip
1313
- pydata-sphinx-theme
1414
- pytest
15-
- python<3.13
15+
- python<3.14
1616
- sphinx
1717
- sphinxcontrib-napoleon
1818
- sphinx-copybutton

0 commit comments

Comments
 (0)