Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
gevent
Commits
b0800428
Commit
b0800428
authored
Jan 04, 2017
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 3.6.0 to appveyor.
parent
bcd19af2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
CHANGES.rst
CHANGES.rst
+1
-0
appveyor.yml
appveyor.yml
+11
-11
No files found.
CHANGES.rst
View file @
b0800428
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
1.2.1 (unreleased)
1.2.1 (unreleased)
==================
==================
- CI services now test on 3.6.0.
- The ``_DummyThread`` objects created by calling
- The ``_DummyThread`` objects created by calling
:func:`threading.current_thread` from inside a raw
:func:`threading.current_thread` from inside a raw
:class:`greenlet.greenlet` now clean up after themselves when the
:class:`greenlet.greenlet` now clean up after themselves when the
...
...
appveyor.yml
View file @
b0800428
...
@@ -18,42 +18,42 @@ environment:
...
@@ -18,42 +18,42 @@ environment:
# PYTHON_ARCH: "32"
# PYTHON_ARCH: "32"
-
PYTHON
:
"
C:
\\
Python34-x64"
-
PYTHON
:
"
C:
\\
Python34-x64"
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.
3
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.
4
PYTHON_ARCH
:
"
64"
PYTHON_ARCH
:
"
64"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
-
PYTHON
:
"
C:
\\
Python27-x64"
-
PYTHON
:
"
C:
\\
Python27-x64"
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
1
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
3
PYTHON_ARCH
:
"
64"
PYTHON_ARCH
:
"
64"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
-
PYTHON
:
"
C:
\\
Python35-x64"
-
PYTHON
:
"
C:
\\
Python35-x64"
PYTHON_VERSION
:
"
3.5.x"
# currently 3.5.
1
PYTHON_VERSION
:
"
3.5.x"
# currently 3.5.
2
PYTHON_ARCH
:
"
64"
PYTHON_ARCH
:
"
64"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
-
PYTHON
:
"
C:
\\
Python3
3
-x64"
-
PYTHON
:
"
C:
\\
Python3
6
-x64"
PYTHON_VERSION
:
"
3.
3.x"
# currently 3.3.5
PYTHON_VERSION
:
"
3.
6.x"
# currently 3.6.0
PYTHON_ARCH
:
"
64"
PYTHON_ARCH
:
"
64"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
-
PYTHON
:
"
C:
\\
Python35"
-
PYTHON
:
"
C:
\\
Python35"
PYTHON_VERSION
:
"
3.5.x"
# currently 3.5.
0
PYTHON_VERSION
:
"
3.5.x"
# currently 3.5.
2
PYTHON_ARCH
:
"
32"
PYTHON_ARCH
:
"
32"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
-
PYTHON
:
"
C:
\\
Python27"
-
PYTHON
:
"
C:
\\
Python27"
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
1
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
3
PYTHON_ARCH
:
"
32"
PYTHON_ARCH
:
"
32"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
-
PYTHON
:
"
C:
\\
Python3
3
"
-
PYTHON
:
"
C:
\\
Python3
4
"
PYTHON_VERSION
:
"
3.
3.x"
# currently 3.3.5
PYTHON_VERSION
:
"
3.
4.x"
# currently 3.4.3
PYTHON_ARCH
:
"
32"
PYTHON_ARCH
:
"
32"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
-
PYTHON
:
"
C:
\\
Python3
4
"
-
PYTHON
:
"
C:
\\
Python3
6
"
PYTHON_VERSION
:
"
3.
4.x"
# currently 3.4.3
PYTHON_VERSION
:
"
3.
6.x"
# currently 3.6.0
PYTHON_ARCH
:
"
32"
PYTHON_ARCH
:
"
32"
PYTHON_EXE
:
python
PYTHON_EXE
:
python
...
...
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