We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd674c commit 2240543Copy full SHA for 2240543
1 file changed
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python-version: [3.8, 3.9, 3.10]
+ python-version: [3.8, 3.9, "3.10"]
18
celery-version: [4.*, 5.*]
19
django-version: [2.2, 3.2, 4.0]
20
0 commit comments