Skip to content

Commit

Permalink
temporarily disable testing on py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 10, 2022
1 parent d70e463 commit 9645e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7.1, 3.8.6]
python-version: [3.6, 3.8.6]
# TODO: Temporarily removed 3.7.1, waiting for https://github.com/celery/celery/issues/7783

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

0 comments on commit 9645e7c

Please sign in to comment.