Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Don't test theme on 3.8 and 3.9 branches
  • Loading branch information
hugovk committed Mar 16, 2024
commit 6f35188e577d26e1a4e937e2dbc28c19eba36065
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ["origin/main", "3.12", "3.11", "3.10", "3.9", "3.8"]
branch: ["origin/main", "3.12", "3.11", "3.10"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down