File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ jobs:
7777 with :
7878 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
7979
80- - name : Setup Python 3.10
80+ - name : Setup Python 3.11
8181 uses : actions/setup-python@v5
8282 with :
83- python-version : " 3.10 "
83+ python-version : " 3.11 "
8484
8585 - name : Install in develop mode
8686 run : |
@@ -182,10 +182,10 @@ jobs:
182182 TWINE_PASSWORD : ${{ secrets.PYPI_PASS }}
183183 runs-on : ubuntu-latest
184184 steps :
185- - name : Setup Python 3.10
185+ - name : Setup Python 3.11
186186 uses : actions/setup-python@v5
187187 with :
188- python-version : " 3.10 "
188+ python-version : " 3.11 "
189189
190190 - name : Load built wheel file
191191 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 99 configuration : docs/conf.py
1010
1111build :
12- os : " ubuntu-20.04 "
12+ os : " ubuntu-latest "
1313 tools :
14- python : " 3.10 "
14+ python : " 3.11 "
1515 jobs :
1616 post_install :
1717 # Build package with doc requirements from pyproject.optional-dependencies
You can’t perform that action at this time.
0 commit comments