Skip to content

Commit

Permalink
Specs updated after PY3.2 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Aug 29, 2016
1 parent a4dde19 commit 2284fe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ github pull-requests to send in patches. For general discussion or questions, pl

Requirements
------------
Construct should run on any Python 2.6-3.5 or pypy/pypy3 implementation.
Construct should run on any Python 2.6 2.7 3.3 3.4 3.5 and pypy pypy3 implementation.

2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ github pull-requests to send in patches. For general discussion or questions, pl

Requirements
------------
Construct should run on any Python 2.6-3.3 and pypy/pypy3 implementation.
Construct should run on any Python 2.6 2.7 3.3 3.4 3.5 and pypy pypy3 implementation.

User Guide
==========
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: PyPy",
],
)

0 comments on commit 2284fe0

Please sign in to comment.