Skip to content

Commit

Permalink
Remove python 3.7 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag committed Mar 20, 2024
1 parent 3269ad3 commit 8825ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11']
test-tls: [true, false]
env:
PIKA_TEST_TLS: ${{ matrix.test-tls }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11']
services:
rabbitmq:
image: rabbitmq
Expand Down

0 comments on commit 8825ea7

Please sign in to comment.