Skip to content

Commit 9587dab

Browse files
remove 3.9 as it is no longer supported
1 parent e9d0e49 commit 9587dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python-version: ["3.9", "3.10", "3.11"]
14+
python-version: ["3.10", "3.11"]
1515

1616
# This allows a subsequently queued workflow run to interrupt previous runs
1717
concurrency:

0 commit comments

Comments
 (0)