Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
Updating the python version from python 3.7 (no longer receiving support) to python 3.11
  • Loading branch information
torresramiro350 authored Oct 18, 2024
1 parent 6696aee commit 134b666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: [3.7]
python-version: [3.11]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: [3.7]
python-version: [3.11]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: [3.7]
python-version: [3.11]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 134b666

Please sign in to comment.