Skip to content

Commit 15ea743

Browse files
committed
Remove python 3.5 from metadata
1 parent 237d961 commit 15ea743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install_requires =
6868
setup_requires =
6969
setuptools
7070
packages = djangocms_blog
71-
python_requires = >=3.5
71+
python_requires = >=3.6
7272
test_suite = cms_helper.run
7373
zip_safe = False
7474
keywords =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ envlist =
1010
towncrier
1111
py{39,38,37,36}-django{31}-cms{38,no-search-38}
1212
py{39,38,37,36}-django{30}-cms{38,37,no-search-37}
13-
py{39,38,37,36,35}-django{22}-cms{38,37,no-search-37}
13+
py{39,38,37,36}-django{22}-cms{38,37,no-search-37}
1414

1515
[testenv]
1616
commands = {env:COMMAND:python} cms_helper.py djangocms_blog test {posargs}

0 commit comments

Comments
 (0)