Skip to content

Commit 2c407df

Browse files
committed
remove 3.9 tests
1 parent c190d44 commit 2c407df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2323
sphinx: [""] # Newest Sphinx (any)
2424
myst-parser: [""] # Newest MyST Parser (any)
2525
include:
@@ -41,7 +41,7 @@ jobs:
4141
pillow: "==11.0.0"
4242
# Oldest known-compatible dependencies
4343
- os: ubuntu-latest
44-
python-version: "3.9"
44+
python-version: "3.10"
4545
sphinx: "==5.0.0"
4646
myst-parser: "==1.0.0"
4747
pillow: "==11.0.0"

0 commit comments

Comments
 (0)