Skip to content

Commit fa2faad

Browse files
giancarloromeopcrespovGitHKAndrei Neaguodeimaiz
authored
⬆️ Upgrade to Python 3.11 (ITISFoundation#6186)
Co-authored-by: Pedro Crespo-Valero <[email protected]> Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: Odei Maiz <[email protected]> Co-authored-by: matusdrobuliak66 <[email protected]> Co-authored-by: matusdrobuliak66 <[email protected]>
1 parent ea698ad commit fa2faad

File tree

99 files changed

+296
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+296
-277
lines changed

Diff for: .github/workflows/ci-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
python: ["3.10"]
24+
python: ["3.11"]
2525
os: [ubuntu-22.04]
2626
fail-fast: false
2727
env:

Diff for: .github/workflows/ci-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
python: ["3.10"]
24+
python: ["3.11"]
2525
os: [ubuntu-22.04]
2626
fail-fast: false
2727
env:

0 commit comments

Comments
 (0)