Skip to content

Commit 6b9f41c

Browse files
committed
fix
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
1 parent d86a310 commit 6b9f41c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ sphinx:
99
configuration: docs/conf.py
1010

1111
build:
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

0 commit comments

Comments
 (0)