Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
d15abe89
Commit
d15abe89
authored
Mar 17, 2016
by
Patrick Gerken
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #48 from zopefoundation/drop-py26-py32-support
Drop support for Python 2.6 / 3.2.
parents
7f1071f8
521720f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
.travis.yml
.travis.yml
+0
-2
CHANGES.rst
CHANGES.rst
+2
-0
setup.py
setup.py
+0
-2
tox.ini
tox.ini
+2
-2
No files found.
.travis.yml
View file @
d15abe89
...
@@ -3,9 +3,7 @@ sudo: false
...
@@ -3,9 +3,7 @@ sudo: false
python
:
python
:
-
pypy
-
pypy
-
pypy3
-
pypy3
-
2.6
-
2.7
-
2.7
-
3.2
-
3.3
-
3.3
-
3.4
-
3.4
-
3.5
-
3.5
...
...
CHANGES.rst
View file @
d15abe89
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
4.3.0 (unreleased)
4.3.0 (unreleased)
==================
==================
- Drop support for Python 2.6 and 3.2.
- Make the ``zodbpickle`` dependency required and not conditional.
- Make the ``zodbpickle`` dependency required and not conditional.
This fixes various packaging issues involving pip and its wheel
This fixes various packaging issues involving pip and its wheel
cache. zodbpickle was only optional under Python 2.6 so this change
cache. zodbpickle was only optional under Python 2.6 so this change
...
...
setup.py
View file @
d15abe89
...
@@ -46,10 +46,8 @@ Intended Audience :: Developers
...
@@ -46,10 +46,8 @@ Intended Audience :: Developers
License :: OSI Approved :: Zope Public License
License :: OSI Approved :: Zope Public License
Programming Language :: Python
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2
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.ini
View file @
d15abe89
[tox]
[tox]
# Jython 2.7rc2 does work, but unfortunately has an issue running
# Jython 2.7rc2 does work, but unfortunately has an issue running
# with Tox 1.9.2 (http://bugs.jython.org/issue2325)
# with Tox 1.9.2 (http://bugs.jython.org/issue2325)
#envlist = py26,py27,py3
2,py3
3,py34,pypy,simple,jython,pypy3
#envlist = py26,py27,py33,py34,pypy,simple,jython,pypy3
envlist
=
py2
6,py27,py32
,py33,py34,py35,pypy,simple,pypy3
envlist
=
py2
7
,py33,py34,py35,pypy,simple,pypy3
[testenv]
[testenv]
commands
=
commands
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment