Skip to content

Commit 0f79053

Browse files
Drop Python 3.9 from CI
1 parent 6786f09 commit 0f79053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
6060

6161
strategy:
6262
matrix:
63-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
63+
python-version: ["3.10", "3.11", "3.12", "3.13"]
6464

6565
env:
6666
CONDA_ENV_NAME: "testing_env"
@@ -119,7 +119,7 @@ jobs:
119119

120120
strategy:
121121
matrix:
122-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
122+
python-version: ["3.10", "3.11", "3.12", "3.13"]
123123

124124
env:
125125
CONDA_ROOT: "/tmp/miniforge"

0 commit comments

Comments
 (0)