Skip to content

Commit 2240543

Browse files
committed
Fix Python “3.10” version specifier
1 parent afd674c commit 2240543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.8, 3.9, 3.10]
17+
python-version: [3.8, 3.9, "3.10"]
1818
celery-version: [4.*, 5.*]
1919
django-version: [2.2, 3.2, 4.0]
2020

0 commit comments

Comments
 (0)