Skip to content

Commit a36048d

Browse files
committed
Attempt 7
1 parent e45f248 commit a36048d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
strategy:
99
matrix:
10-
python-version: ["3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.10", "3.11", "3.12"]
1111
os: [ubuntu-latest, windows-latest, macos-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:

.github/workflows/run-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
strategy:
99
matrix:
10-
python-version: ["3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.10", "3.11", "3.12"]
1111
os: [ubuntu-latest, windows-latest, macos-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)