1616 strategy :
1717 matrix :
1818 os : [Ubuntu]
19- python-version : ["3.9", "3. 10", "3.11", "3.12", "3.13"]
19+ python-version : ["3.10", "3.11", "3.12", "3.13"]
2020 sphinx-version :
2121 ["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.3"]
2222 include :
@@ -27,10 +27,10 @@ jobs:
2727 run :
2828 shell : bash -eo pipefail {0}
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Python setup
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636
@@ -79,12 +79,12 @@ jobs:
7979 strategy :
8080 matrix :
8181 os : [ubuntu]
82- python-version : ["3.11", "3.12", "3.13"]
82+ python-version : ["3.11", "3.12", "3.13", "3.14" ]
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585
8686 - name : Python setup
87- uses : actions/setup-python@v5
87+ uses : actions/setup-python@v6
8888 with :
8989 python-version : ${{ matrix.python-version }}
9090
9696
9797 - name : Install
9898 run : |
99- python -m pip install . --pre --group test --group doc
99+ python -m pip install --pre . --group test --group doc
100100 pip list
101101
102102 - name : Run test suite
0 commit comments