Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mher committed Jun 17, 2023
1 parent 48aee6f commit 7927a73
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
celery-version: ['5.0']
python-version: ['3.8', '3.9', '3.10', '3.11']
celery-version: ['5.1', '5.2', '5.3']
tornado-version: ['6.0']
exclude:
- celery-version: '5.0'
python-version: '3.9'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7927a73

Please sign in to comment.