aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2019-09-07 23:06:39 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-09-08 19:14:43 +0200
commit34da65d4128ed23cb26a4408e876550600039161 (patch)
tree5f368dd210ebc763d2c77c2a19aacbe695d6fd51
parent532f7f55e0dfe9b6088766e54b76d9933f7a58f2 (diff)
downloadihatemoney-mirror-34da65d4128ed23cb26a4408e876550600039161.zip
ihatemoney-mirror-34da65d4128ed23cb26a4408e876550600039161.tar.gz
ihatemoney-mirror-34da65d4128ed23cb26a4408e876550600039161.tar.bz2
remove compatibility of py34
-rw-r--r--.travis.yml1
-rw-r--r--README.rst4
-rw-r--r--setup.py1
-rw-r--r--tox.ini1
4 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 8bf8fd3..2e98151 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ install:
- pip install tox-travis
python:
- "2.7"
- - "3.4"
- "3.5"
- "3.6"
matrix:
diff --git a/README.rst b/README.rst
index 03c3519..d5a8a91 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,7 @@ so.
Requirements
============
-* **Python**: 2.7, 3.4, 3.5, 3.6, 3.7.
+* **Python**: 2.7, 3.5, 3.6, 3.7.
* **Backends**: MySQL, PostgreSQL, SQLite, Memory.
Contributing
@@ -29,4 +29,4 @@ Contributing
Do you wish to contribute to IHateMoney? Fantastic! There's a lot of very
useful help on the official `contributing
<https://ihatemoney.readthedocs.io/en/latest/contributing.html>`_ page.
-
+
diff --git a/setup.py b/setup.py
index c83a8f7..3a4f856 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,6 @@ setup(name='ihatemoney',
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
diff --git a/tox.ini b/tox.ini
index 19d68df..e13fa19 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,6 @@ max_line_length = 100
[travis]
python =
2.7: py27
- 3.4: py34
3.5: py35
3.6: py36, docs, lint
3.7: py37