Skip to content

Commit 66cd720

Browse files
bump CI min python versions
1 parent 8869af1 commit 66cd720

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/_test-code-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 2
1313
matrix:
1414
python-version:
15-
- "3.7"
15+
- "3.8"
1616
- "3.12"
1717
runs-on: "ubuntu-22.04"
1818
steps:

.github/workflows/_test-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- "ubuntu-22.04"
1919
- "windows-2022"
2020
python-version:
21-
- "3.7"
21+
- "3.8"
2222
- "3.12"
2323
runs-on: ${{ matrix.os }}
2424
steps:

.github/workflows/_test-regressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- "ubuntu-22.04"
1919
- "windows-2022"
2020
python-version:
21-
- "3.7"
21+
- "3.8"
2222
- "3.12"
2323
runs-on: ${{ matrix.os }}
2424
steps:

.github/workflows/_test-units.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- "ubuntu-22.04"
1717
- "windows-2022"
1818
python-version:
19-
- "3.7"
2019
- "3.8"
2120
- "3.9"
2221
- "3.10"

0 commit comments

Comments
 (0)