File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 fail-fast : false
2323 matrix :
2424 os : [ubuntu-latest]
25- python-version : ["3.13"]
25+ python-version : ["3.12", "3. 13"]
2626 # Only test the latest major release of Sphinx because otherwise we need to
2727 # keep multiple versions of regression tests on file and this creates lots of
2828 # noise in the tests.
4848 pytest --durations=10 --cov=quantecon_book_theme --cov-report=xml --cov-report=term-missing
4949
5050 - name : Upload to Codecov
51- if : matrix.os == 'ubuntu-latest' && matrix.python-version == 3.13 && github.repository == 'QuantEcon/quantecon-book-theme' && github.event_name == 'pull_request'
51+ if : matrix.os == 'ubuntu-latest' && matrix.python-version == ' 3.13' && github.repository == 'QuantEcon/quantecon-book-theme' && github.event_name == 'pull_request'
52525353 with :
5454 name : ebp-qbt-pytests-py3.13
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ description = "A clean book theme for scientific explanations and documentation
2020dynamic = [" version" ]
2121readme = " README.md"
2222
23- requires-python = " >=3.13 "
23+ requires-python = " >=3.12 "
2424dependencies = [
2525 " pyyaml" ,
2626 " sphinx>=7,<9" ,
Original file line number Diff line number Diff line change 1111# then then deleting compiled files has been found to fix it: `find . -name \*.pyc -delete`
1212
1313[tox]
14- envlist = py313 -sphinx7
14+ envlist = py{312,313} -sphinx7
1515
1616[testenv]
1717usedevelop =true
1818passenv = TERM # To make terminal coloring / other variables pass through
1919
20- [testenv:py{313}-pre-commit]
20+ [testenv:py{312, 313}-pre-commit]
2121extras = code_style
2222commands = pre-commit run {posargs}
2323
4343commands =
4444 stb serve docs --open-browser
4545
46- [testenv:py{313}-sphinx{7,8}]
46+ [testenv:py{312, 313}-sphinx{7,8}]
4747extras = test
4848deps =
4949 sphinx7: sphinx>=7,<8
50- sphinx7 : sphinx>=8,<9
50+ sphinx8 : sphinx>=8,<9
5151commands = pytest {posargs}
You can’t perform that action at this time.
0 commit comments