Skip to content

Commit 37f02c4

Browse files
Djaillafelixxm
authored andcommitted
Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.
1 parent 7acef09 commit 37f02c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def read(fname):
100100
'Programming Language :: Python :: 3',
101101
'Programming Language :: Python :: 3.6',
102102
'Programming Language :: Python :: 3.7',
103+
'Programming Language :: Python :: 3.8',
103104
'Programming Language :: Python :: 3 :: Only',
104105
'Topic :: Internet :: WWW/HTTP',
105106
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY OBJC_DISABLE_INITIALIZE
2222
setenv =
2323
PYTHONDONTWRITEBYTECODE=1
2424
deps =
25-
py{3,36,37}: -rtests/requirements/py3.txt
25+
py{3,36,37,38}: -rtests/requirements/py3.txt
2626
postgres: -rtests/requirements/postgres.txt
2727
mysql: -rtests/requirements/mysql.txt
2828
oracle: -rtests/requirements/oracle.txt

0 commit comments

Comments
 (0)