We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0154314 commit 5b05711Copy full SHA for 5b05711
.github/workflows/ci.yml
@@ -63,20 +63,20 @@ jobs:
63
- "3.9"
64
- "3.10"
65
django-version:
66
- - "2.2"
67
- "3.2"
68
- "4.0"
+ - "4.1"
69
extras:
70
- "test"
71
include:
72
- python-version: "3.x"
73
- django-version: "4.0"
+ django-version: "4.1"
74
extras: "test,dramatiq"
75
76
77
extras: "test,celery"
78
79
80
extras: "test,reversion"
81
steps:
82
- uses: actions/checkout@v3
0 commit comments