Skip to content

Commit

Permalink
No longer build on Python 3.5, it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
belugame committed Feb 26, 2020
1 parent e20d3b5 commit 67c5ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Setting up all Python versions
sudo apt-get -y install software-properties-common
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
for version in 3.5 3.6 3.7; do
for version in 3.6 3.7; do
py=python$version
sudo apt-get -y install ${py} ${py}-dev
done
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
[tox]
envlist =
py{27,35,36,37}-django111,
py{35,36,37}-django21,
py{35,36,37}-django22,
py{35,36,37}-django30,
py{27,36,37}-django111,
py{36,37}-django21,
py{36,37}-django22,
py{36,37}-django30,

[testenv]
commands =
Expand Down

0 comments on commit 67c5ce0

Please sign in to comment.