Skip to content

Commit 0d5ee75

Browse files
committed
Remove the test for py3.9
1 parent 26e83a6 commit 0d5ee75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, windows-latest, macos-latest]
23-
python-version: ['3.9', '3.10', '3.11', '3.12']
23+
python-version: ['3.10', '3.11', '3.12', '3.13']
2424

2525
runs-on: ${{ matrix.os }}
2626
defaults:

0 commit comments

Comments
 (0)