Skip to content

Commit 7b823c8

Browse files
committed
remove 3.9 elsewhere
1 parent 4bbe2e5 commit 7b823c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
python-version: ["3.9", "3.10", "3.11", "3.12"]
31+
python-version: ["3.10", "3.11", "3.12"]
3232
os: [ubuntu-latest, macos-latest]
3333
steps:
3434
- uses: actions/checkout@v1
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646
strategy:
4747
matrix:
48-
python-version: ["3.9", "3.10", "3.11", "3.12"]
48+
python-version: ["3.10", "3.11", "3.12"]
4949
os: [ubuntu-latest, macos-latest, windows-latest]
5050
steps:
5151
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)