Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Drop python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ziima committed Oct 8, 2019
1 parent 2d741ab commit 4d67426
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 @@ -6,7 +6,6 @@ sudo: false

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Includes example code and support for a variety of storage back-ends.

## REQUIREMENTS ##

- Python 2.7, >3.4
- Python 2.7, >=3.5
- lxml
- six
- cryptography
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'Programming Language :: Python :: 2',
'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 :: 3.7',
Expand All @@ -62,7 +61,7 @@
'openid.extensions',
'openid.extensions.draft',
],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
# license specified by classifier.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
quality
py{27,34,35,36,37}-{openid,djopenid,httplib2,pycurl,requests}
py{27,35,36,37}-{openid,djopenid,httplib2,pycurl,requests}
pypy-{openid,djopenid,httplib2,pycurl,requests}

# tox-travis specials
Expand Down

0 comments on commit 4d67426

Please sign in to comment.