6060 - name : Set up Python
6161 uses : actions/setup-python@v4
6262 with :
63- python-version : 3.11
63+ python-version : 3.13
6464 - name : Install Dependences
6565 run : |
6666 python -m pip install --upgrade ${{ env.DEPENDENCES }}
7676 matrix :
7777 # YAML parse `3.10` to `3.1`, so we have to add quotes for `'3.10'`, see also:
7878 # https://github.com/actions/setup-python/issues/160#issuecomment-724485470
79- python-version : ['3.10', '3.11', '3.12', '3.13']
79+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
8080 os : [ubuntu-latest, macOS-latest, windows-latest]
8181 exclude :
8282 # Skip because dependence [py4j](https://pypi.org/project/py4j/) not work on those environments
@@ -126,6 +126,7 @@ jobs:
126126 - name : Set up Python
127127 uses : actions/setup-python@v4
128128 with :
129+ # need to pin to 3.10 cause sphinx-multiversion latest code have but gather equal than 3.11
129130 python-version : ' 3.10'
130131 - name : Install Dependences
131132 run : |
@@ -144,7 +145,7 @@ jobs:
144145 - name : Set up Python
145146 uses : actions/setup-python@v4
146147 with :
147- python-version : 3.11
148+ python-version : 3.13
148149 - name : Install Dependences
149150 run : |
150151 python -m pip install --upgrade ${{ env.DEPENDENCES }}
@@ -199,7 +200,7 @@ jobs:
199200 - name : Set up Python
200201 uses : actions/setup-python@v4
201202 with :
202- python-version : 3.11
203+ python-version : 3.13
203204 - name : Install Dependences
204205 run : |
205206 python -m pip install --upgrade ${{ env.DEPENDENCES }}
0 commit comments