Skip to content

Commit

Permalink
⬆️ Upgrade to Python 3.11 (#6186)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
7 people authored Aug 23, 2024
1 parent ea698ad commit fa2faad
Show file tree
Hide file tree
Showing 99 changed files with 296 additions and 277 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python: ["3.10"]
python: ["3.11"]
os: [ubuntu-22.04]
fail-fast: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python: ["3.10"]
python: ["3.11"]
os: [ubuntu-22.04]
fail-fast: false
env:
Expand Down
Loading

0 comments on commit fa2faad

Please sign in to comment.