Skip to content

Commit 8f994c0

Browse files
committed
remove py 3.9 from testing
1 parent 8b5582b commit 8f994c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run_tests:
2929
strategy:
3030
matrix:
31-
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
31+
python_version: ["3.10", "3.11", "3.12", "3.13"]
3232
os: [ubuntu-24.04, macos-14]
3333
runs-on: ${{ matrix.os }}
3434
env:

0 commit comments

Comments
 (0)