@@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v4
18- - name : Set up Python 3.9
18+ - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
21- python-version : 3.9
21+ python-version : " 3.11 "
2222 - uses : pre-commit/action@v3.0.1
2323
2424 tests :
@@ -27,21 +27,21 @@ jobs:
2727 fail-fast : false
2828 matrix :
2929 os : [ubuntu-latest]
30- python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 "]
31- sphinx-version : ["~=7.0"]
30+ python-version : ["3.11 ", "3.12 ", "3.13 ", "3.14 "]
31+ sphinx-version : ["~=7.0", "~=8.0", "~=9.0" ]
3232 extras : ["testing"]
3333 include :
34- - os : ubuntu -latest
35- python-version : " 3.9 "
36- sphinx-version : " ~=6 .0"
34+ - os : windows -latest
35+ python-version : " 3.11 "
36+ sphinx-version : " ~=7 .0"
3737 extras : " testing"
38- - os : ubuntu -latest
39- python-version : " 3.10 "
38+ - os : windows -latest
39+ python-version : " 3.13 "
4040 sphinx-version : " ~=8.0"
41- extras : " testing-no-myst " # TODO myst does not yet support Sphinx 8.0
41+ extras : " testing"
4242 - os : windows-latest
43- python-version : " 3.9 "
44- sphinx-version : " ~=7 .0"
43+ python-version : " 3.14 "
44+ sphinx-version : " ~=9 .0"
4545 extras : " testing"
4646
4747 runs-on : ${{ matrix.os }}
@@ -81,10 +81,10 @@ jobs:
8181
8282 steps :
8383 - uses : actions/checkout@v4
84- - name : Set up Python 3.9
84+ - name : Set up Python
8585 uses : actions/setup-python@v5
8686 with :
87- python-version : " 3.9 "
87+ python-version : " 3.11 "
8888 cache : pip
8989 - name : Install dependencies
9090 run : |
@@ -123,7 +123,7 @@ jobs:
123123 - name : Set up Python
124124 uses : actions/setup-python@v5
125125 with :
126- python-version : 3.9
126+ python-version : " 3.11 "
127127 - name : install flit
128128 run : |
129129 pip install flit~=3.4
0 commit comments