Skip to content

Commit 14f08cf

Browse files
committedMar 17, 2025
Remove support for python 3.9
1 parent b7965a1 commit 14f08cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
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", "windows-latest" ]
44-
python-version: [ "3.9", "3.10", "3.11" ]
44+
python-version: [ "3.10", "3.11", "3.12" ]
4545
defaults:
4646
run:
4747
shell: bash

0 commit comments

Comments
 (0)
Failed to load comments.