1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #28814 -- Documented Python 3.7 compatibility.

This commit is contained in:
Asif Saifuddin Auvi
2018-06-28 21:02:29 +06:00
committed by Tim Graham
parent fd06488fe3
commit 2f7cd7f8ec
4 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
py{3,35,36}: -rtests/requirements/py3.txt
py{3,35,36,37}: -rtests/requirements/py3.txt
postgres: -rtests/requirements/postgres.txt
mysql: -rtests/requirements/mysql.txt
oracle: -rtests/requirements/oracle.txt