Skip to content

Commit 7e460dc

Browse files
committed
fix(ci): remove Python 3.9 from unittest matrix
This removes Python 3.9 from the unittest matrix in unittest.yml.
1 parent 911e662 commit 7e460dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
20+
python: ['3.10', "3.11", "3.12", "3.13", "3.14"]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)