Skip to content

Commit 81f7de1

Browse files
committed
Remove Python3.9
1 parent a8ea53a commit 81f7de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
python_version: ["3.9", "3.10", "3.11", "3.12"]
24+
python_version: ["3.10", "3.11", "3.12"]
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:

0 commit comments

Comments
 (0)