Skip to content

Commit 4eb48ac

Browse files
committed
ci: remove python 3.9 mypy because of click dependency
1 parent 3c8093e commit 4eb48ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
68+
python_version: ["3.10", "3.11", "3.12", "3.13"]
6969
steps:
7070
- name: "Set up Python ${{ matrix.python_version }}"
7171
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)