Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tempstorage
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
tempstorage
Commits
c9d51f54
Commit
c9d51f54
authored
Feb 24, 2017
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop Python 3.3 compatibility, add Python 3.6 compatibility.
parent
277b37a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
.travis.yml
.travis.yml
+5
-4
CHANGES.txt
CHANGES.txt
+2
-0
setup.py
setup.py
+1
-1
tox.ini
tox.ini
+1
-1
No files found.
.travis.yml
View file @
c9d51f54
...
...
@@ -2,14 +2,15 @@ language: python
sudo
:
false
python
:
-
"
2.7"
-
"
3.3"
-
"
3.4"
-
"
3.5"
-
"
3.6"
-
"
pypy"
-
"
pypy3"
-
"
pypy3
.3-5.2-alpha1
"
install
:
-
python bootstrap.py
-
bin/buildout
-
pip install zc.buildout
-
buildout bootstrap
-
buildout
script
:
-
bin/test -v1
notifications
:
...
...
CHANGES.txt
View file @
c9d51f54
...
...
@@ -4,6 +4,8 @@ Changelog
4.0 - unreleased
----------------
- Drop Python 3.3 compatibility, add Python 3.6 compatibility.
- Require ZODB 5.0 or newer.
3.1 - unreleased
...
...
setup.py
View file @
c9d51f54
...
...
@@ -32,9 +32,9 @@ setup(name='tempstorage',
"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.6"
,
"Programming Language :: Python :: Implementation :: CPython"
,
"Programming Language :: Python :: Implementation :: PyPy"
,
],
...
...
tox.ini
View file @
c9d51f54
[tox]
envlist
=
py27,py3
3,py34,py35
,pypy,pypy3
py27,py3
4,py35,py36
,pypy,pypy3
[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