Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodburi
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
zodburi
Commits
e55ea772
Commit
e55ea772
authored
Oct 06, 2017
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop support for Python 3.3; add support for 3.6.
parent
d4394c81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
CHANGES.txt
CHANGES.txt
+4
-2
setup.py
setup.py
+2
-2
tox.ini
tox.ini
+1
-1
No files found.
CHANGES.txt
View file @
e55ea772
``zodburi`` Changelog
=====================
2.
2.3
(unreleased)
2.
3.0
(unreleased)
------------------
- TBD
- Drop support for Python 3.3.
- Add support for Python 3.6.
2.2.2 (2017-05-05)
------------------
...
...
setup.py
View file @
e55ea772
...
...
@@ -27,7 +27,7 @@ docs_extras = tests_require + [
]
setup
(
name
=
'zodburi'
,
version
=
'2.
2.3
.dev0'
,
version
=
'2.
3.0
.dev0'
,
description
=
(
'Construct ZODB storage instances from URIs.'
),
long_description
=
README
+
'
\
n
\
n
'
+
CHANGES
,
classifiers
=
[
...
...
@@ -36,9 +36,9 @@ setup(name='zodburi',
"Programming Language :: Python :: 2"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.5"
,
"Programming Language :: Python :: 3.5"
,
"License :: Repoze Public License"
,
],
keywords
=
'zodb zodbconn'
,
...
...
tox.ini
View file @
e55ea772
[tox]
envlist
=
py27,py3
3,py34,py35
,cover,docs
py27,py3
4,py35,py36
,cover,docs
[testenv]
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