File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020
2121jobs :
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}
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments