Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 988c78e

Browse files
committed
Updated requirements to 2.7 & 3.4-3.7.
Mainly due to test failures of a required import on 3.3.
1 parent 3f94e94 commit 988c78e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See the original project_, original Python module_, original spec_, and `current
2020
Requirements
2121
------------
2222

23-
* Python 2.7, 3.3-3.6
23+
* Python 2.7, 3.4-3.7
2424
* PyCryptodome_
2525

2626
Optional:
@@ -34,7 +34,7 @@ For testing:
3434

3535
* tox
3636
* pyenv (optional, handy way to access multiple versions)
37-
$ for VERS in 2.7.14 3.3.7 3.4.8 3.5.5 3.6.4; do pyenv install -s $VERS; done
37+
$ for VERS in 2.7.15 3.4.9 3.5.6 3.6.7 3.7.1; do pyenv install -s $VERS; done
3838

3939
Usage
4040
-----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 2.7",
23-
"Programming Language :: Python :: 3.3",
2423
"Programming Language :: Python :: 3.4",
2524
"Programming Language :: Python :: 3.5",
2625
"Programming Language :: Python :: 3.6",
26+
"Programming Language :: Python :: 3.7",
2727
"Topic :: Internet :: WWW/HTTP",
2828
"Topic :: Software Development :: Libraries :: Python Modules",
2929
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, py34, py35, py36
2+
envlist = py27, py34, py35, py36, py37
33

44
[testenv]
55
commands = python setup.py test

0 commit comments

Comments
 (0)