Skip to content

Commit f24184a

Browse files
committed
remove py 3.9 from tests
1 parent 3b8fb3e commit f24184a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml.jinja

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)