Skip to content

Commit 634a991

Browse files
authored
test: remove 3.9 from the testing matrix
Removed Python 3.9 from the CI workflow matrix.
1 parent 88b96fd commit 634a991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
os: [ubuntu-latest]
5656
# dropping 3.12 for now because of https://github.com/r-earthengine/ee_extra/issues/56
57-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
57+
python-version: ["3.10", "3.11", "3.12", "3.13"]
5858
include:
5959
- os: macos-latest # macos test
6060
python-version: "3.12"

0 commit comments

Comments
 (0)