Skip to content

Commit

Permalink
Rolling back 3.4 and giving 3.9 a try
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Mar 12, 2021
1 parent 13759f7 commit a7a6cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '2.7', '3.4.4', '3.5', '3.6', '3.7', '3.8']
python-version: [ '2.7', '3.4', '3.5', '3.6', '3.7', '3.8','3.9']
pika-version: ['0.13.1', '1.1.0']
os: ['ubuntu-latest']
exclude:
Expand All @@ -47,7 +47,7 @@ jobs:
pika-version: '0.13.1'
- python-version: '3.5'
pika-version: '0.13.1'
- python-version: '3.4.4'
- python-version: '3.4'
pika-version: '0.13.1'
name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }}
steps:
Expand Down

0 comments on commit a7a6cc7

Please sign in to comment.