Skip to content

Commit 5fa11fe

Browse files
committed
Remove python 3.9 support
1 parent 6c90a16 commit 5fa11fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: true
4242
matrix:
4343
os: [ "ubuntu-latest", "macos-latest" ]
44-
python-version: ["3.10", "3.11" ]
44+
python-version: [ "3.10", "3.11" ]
4545
defaults:
4646
run:
4747
shell: bash

0 commit comments

Comments
 (0)