Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Correct python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badg committed Jan 8, 2017
1 parent c498ee0 commit 8e6287d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ matrix:
- os: linux
python: 3.5
env: GOLIXINSTALL=partial

- os: linux
python: 3.4
env: GOLIXINSTALL=full OPENSSL=1.0.2j

- os: linux
python: 3.4
env: GOLIXINSTALL=full OPENSSL=1.1.0c

- os: linux
python: 3.4
env: GOLIXINSTALL=partial

# command to install dependencies
install: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python>=3.3
python>=3.5
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],

Expand Down

0 comments on commit 8e6287d

Please sign in to comment.