File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ def read(fname):
100
100
'Programming Language :: Python :: 3' ,
101
101
'Programming Language :: Python :: 3.6' ,
102
102
'Programming Language :: Python :: 3.7' ,
103
+ 'Programming Language :: Python :: 3.8' ,
103
104
'Programming Language :: Python :: 3 :: Only' ,
104
105
'Topic :: Internet :: WWW/HTTP' ,
105
106
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY OBJC_DISABLE_INITIALIZE
22
22
setenv =
23
23
PYTHONDONTWRITEBYTECODE =1
24
24
deps =
25
- py{3,36,37}: -rtests/requirements/py3.txt
25
+ py{3,36,37,38 }: -rtests/requirements/py3.txt
26
26
postgres: -rtests/requirements/postgres.txt
27
27
mysql: -rtests/requirements/mysql.txt
28
28
oracle: -rtests/requirements/oracle.txt
You can’t perform that action at this time.
0 commit comments