We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90add3 commit 4ee477bCopy full SHA for 4ee477b
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+1.6.0 (unreleased)
2
+------------------
3
+
4
+* ``execnet`` no longer supports Python 2.6 and 3.3 (#85). Users of those Python versions
5
+ using a recent enough ``pip`` should not be affected, as ``pip`` will only install
6
+ ``1.5.0`` for them.
7
8
1.5.0
9
-----
10
@@ -23,7 +30,7 @@
23
30
24
31
- fix #49 - use inspect.getfullargspec if possible to avoid deprecationwarnings
25
32
26
-- fix #56 - use partials in safe_terminate to avoid a bad carried binding
33
+- fix #56 - use partials in safe_terminate to avoid a bad carried binding
27
34
28
35
- fix spec parsing on Windows due to path containing '\' characters.
29
36
0 commit comments