Skip to content

Commit

Permalink
- now only support python >= 3.5, including python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ttinies committed Sep 23, 2018
1 parent 328259a commit 230292e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# - "3.7-dev" # 3.7 development branch, need to see this fixed https://github.com/yaml/pyyaml/issues/126
- "3.7-dev"
install:
- pip install -e .
# dev/testing stuff
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
URL = "https://github.com/ttinies/sc2ladderMgmt"
EMAIL = "help.fool@versentiedge.com"
AUTHOR = "Versentiedge LLC"
REQUIRES_PYTHON = ">2.6"
REQUIRES_PYTHON = ">3.4"
VERSION = None

# What packages are required for this module to be executed?
Expand Down

0 comments on commit 230292e

Please sign in to comment.