Skip to content

Commit a08b380

Browse files
authored
Merge pull request #177 from hugovk/rm-3.8-3.9
Don't test theme on 3.8 and 3.9 branches
2 parents c556592 + 6f35188 commit a08b380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
branch: ["origin/main", "3.12", "3.11", "3.10", "3.9", "3.8"]
15+
branch: ["origin/main", "3.12", "3.11", "3.10"]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)