Skip to content

Commit

Permalink
Drop Python 3.8 from unit test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Jan 29, 2025
1 parent 5f9cf75 commit 432e7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.8, 3.9, "3.10", 3.11]
python-version: [3.9, "3.10", 3.11]
os: [windows-latest, ubuntu-22.04]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", 3.11]
python-version: [3.9, "3.10", 3.11]
os: [windows-latest, ubuntu-22.04]
needs: unit-tests
steps:
Expand Down

0 comments on commit 432e7a2

Please sign in to comment.