mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
remove compatibility of py34
This commit is contained in:
parent
532f7f55e0
commit
34da65d412
4 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,6 @@ install:
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -20,7 +20,7 @@ so.
|
||||||
Requirements
|
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.
|
* **Backends**: MySQL, PostgreSQL, SQLite, Memory.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
|
@ -29,4 +29,4 @@ Contributing
|
||||||
Do you wish to contribute to IHateMoney? Fantastic! There's a lot of very
|
Do you wish to contribute to IHateMoney? Fantastic! There's a lot of very
|
||||||
useful help on the official `contributing
|
useful help on the official `contributing
|
||||||
<https://ihatemoney.readthedocs.io/en/latest/contributing.html>`_ page.
|
<https://ihatemoney.readthedocs.io/en/latest/contributing.html>`_ page.
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -42,7 +42,6 @@ setup(name='ihatemoney',
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.4",
|
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -34,7 +34,6 @@ max_line_length = 100
|
||||||
[travis]
|
[travis]
|
||||||
python =
|
python =
|
||||||
2.7: py27
|
2.7: py27
|
||||||
3.4: py34
|
|
||||||
3.5: py35
|
3.5: py35
|
||||||
3.6: py36, docs, lint
|
3.6: py36, docs, lint
|
||||||
3.7: py37
|
3.7: py37
|
||||||
|
|
Loading…
Reference in a new issue