We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e87e2 commit 2568827Copy full SHA for 2568827
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix: # https://docs.djangoproject.com/en/5.0/faq/install/#faq-python-version-support
15
django-version: [50]
16
- python-version: ["3.10", 3.11, 3.12]
+ python-version: [3.10, 3.11, 3.12]
17
18
steps:
19
- uses: actions/checkout@v4
0 commit comments