Skip to content

Commit

Permalink
Remove py34 support
Browse files Browse the repository at this point in the history
For modern python, let's support py35 above

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
  • Loading branch information
ljvmiranda921 committed Jan 29, 2019
1 parent c5a5157 commit 77e3fcd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ language: python
python:
- 3.6
- 3.5
- 3.4
script: tox
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interaction with swarm optimizations. Check out more features below!

* **Free software:** MIT license
* **Documentation:** https://pyswarms.readthedocs.io.
* **Python versions:** 3.4 and above
* **Python versions:** 3.5 and above

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ interaction with swarm optimizations. Check out more features below!

* **Free software:** MIT license
* **Github repository:** https://github.com/ljvmiranda921/pyswarms
* **Python versions:** 3.4, 3.5 and 3.6
* **Python versions:** 3.5 and 3.6

Launching pad
-------------
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
envlist = py34, py35, py36, flake8
envlist = py35, py36, flake8

[travis]
python =
3.6: py36
3.5: py35
3.4: py34

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit 77e3fcd

Please sign in to comment.