Skip to content

Commit

Permalink
Remove python 3.5 from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 20, 2020
1 parent 237d961 commit 15ea743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ install_requires =
setup_requires =
setuptools
packages = djangocms_blog
python_requires = >=3.5
python_requires = >=3.6
test_suite = cms_helper.run
zip_safe = False
keywords =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ envlist =
towncrier
py{39,38,37,36}-django{31}-cms{38,no-search-38}
py{39,38,37,36}-django{30}-cms{38,37,no-search-37}
py{39,38,37,36,35}-django{22}-cms{38,37,no-search-37}
py{39,38,37,36}-django{22}-cms{38,37,no-search-37}

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

0 comments on commit 15ea743

Please sign in to comment.