Skip to content

Commit e1bc81d

Browse files
ion-elgrecortyler
authored andcommitted
fix: remove 3.9 from ci matrix
Signed-off-by: Ion Koutsouris <[email protected]>
1 parent 26e2b42 commit e1bc81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
strategy:
162162
matrix:
163-
python-version: ["3.9", "3.10", "3.11", "3.12"]
163+
python-version: ["3.10", "3.11", "3.12", "3.13"]
164164

165165
steps:
166166
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)