Skip to content

Commit 134b666

Browse files
Update build_and_test.yml
Updating the python version from python 3.7 (no longer receiving support) to python 3.11
1 parent 6696aee commit 134b666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: ["ubuntu-latest", "macos-latest"]
32-
python-version: [3.7]
32+
python-version: [3.11]
3333
fail-fast: false
3434
runs-on: ${{ matrix.os }}
3535
steps:
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
matrix:
105105
os: ["ubuntu-latest", "macos-latest"]
106-
python-version: [3.7]
106+
python-version: [3.11]
107107
fail-fast: false
108108
runs-on: ${{ matrix.os }}
109109
steps:
@@ -180,7 +180,7 @@ jobs:
180180
strategy:
181181
matrix:
182182
os: ["ubuntu-latest", "macos-latest"]
183-
python-version: [3.7]
183+
python-version: [3.11]
184184
fail-fast: false
185185
runs-on: ${{ matrix.os }}
186186
steps:

0 commit comments

Comments
 (0)