Skip to content

Commit 655dd05

Browse files
committed
limit to celery 3.x only for a while
1 parent 523ec1d commit 655dd05

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.7","3.8"]
16+
python-version: ["3.7"]
1717
django: [ "1.11", "2.2",]
18-
exclude:
19-
- python-version: "3.8"
20-
django: "1.11"
2118

2219

2320

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37-django{1.11,2.2}, py38-django{2.2}
2+
envlist = py37-django{1.11,2.2}
33

44
[testenv]
55
sitepackages = False

0 commit comments

Comments
 (0)