Skip to content
Snippets Groups Projects
Commit 1324faf2 authored by ulif's avatar ulif
Browse files

Drop Python3.2 support.

`pip`, `wheel` and other fundamental helpers dropped or are going
to drop py3.2. It makes no sense to stick with it.
parent 17264b20
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ Changes ...@@ -8,6 +8,8 @@ Changes
- Added new english wordlist ``en_securedrop``. This is the new - Added new english wordlist ``en_securedrop``. This is the new
default list. Thanks to `heartsucker default list. Thanks to `heartsucker
<https://github.com/heartsucker>`_ who compiled and added the list. <https://github.com/heartsucker>`_ who compiled and added the list.
- Remove support for Python 3.2. Several packages we depend on for testing
and sandboxing stopped Python 3.2 support. We follow them.
0.6.1 (2015-12-15) 0.6.1 (2015-12-15)
......
...@@ -71,7 +71,6 @@ setup( ...@@ -71,7 +71,6 @@ setup(
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
......
[tox] [tox]
envlist = flake8, pypy, py26, py27, py32, py33, py34, py35, coverage envlist = flake8, pypy, py26, py27, py33, py34, py35, coverage
[testenv] [testenv]
usedevelop=True usedevelop=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment