Skip to content

Commit 6252841

Browse files
committed
Format python 3.10 as string
1 parent 94346df commit 6252841

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
tox_env: py39-dj32-wt215
4545
- python-version: 3.9
4646
tox_env: py39-dj32-wt216
47-
- python-version: 3.10
47+
- python-version: "3.10"
4848
tox_env: py310-dj32-wt215
49-
- python-version: 3.10
49+
- python-version: "3.10"
5050
tox_env: py310-dj32-wt216
5151
steps:
5252
- uses: actions/checkout@v2

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The app itself
22
-e .
33

4-
Django>=1.11,<3.1
4+
Django>=3.2
55
mock
66
psycopg2-binary
77

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python =
88
3.7: py37
99
3.8: py38
1010
3.9: py39
11-
3.10: py310
11+
"3.10": py310
1212

1313
[testenv]
1414
deps =
@@ -25,7 +25,7 @@ basepython =
2525
py37: python3.7
2626
py38: python3.8
2727
py39: python3.9
28-
py310: python3.10
28+
py310: "python3.10"
2929

3030
setenv =
3131
DJANGO_SETTINGS_MODULE=tests.settings

0 commit comments

Comments
 (0)