Skip to content

Commit 8a2071a

Browse files
jhlegarretaoesteban
andcommitted
MNT: Drop 3.9 from tested Python version matrix
Drop 3.9 from tested Python version matrix. Co-authored-by: Oscar Esteban <[email protected]>
1 parent 93a119e commit 8a2071a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ jobs:
118118
needs: [cache-test-data]
119119
strategy:
120120
matrix:
121-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
121+
python-version: ["3.10", "3.11", "3.12", "3.13"]
122122
dependencies: [latest, pre]
123123
include:
124-
- python-version: "3.9"
124+
- python-version: "3.10"
125125
dependencies: min
126126
exclude:
127127
# Do not test pre-releases for versions out of SPEC0
128-
- python-version: "3.9"
129-
dependencies: pre
130128
- python-version: "3.10"
131129
dependencies: pre
130+
- python-version: "3.11"
131+
dependencies: pre
132132

133133
env:
134134
DEPENDS: ${{ matrix.dependencies }}

0 commit comments

Comments
 (0)