File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ Major features
7
7
8
8
* FD support added for Pcan by @bmeisels with input from
9
9
@markupspi, @christiansandberg & @felixdivo in PR #537
10
+ * This is the last version of python-can which will support Python 2.7
11
+ and Python 3.5. Support has been removed for Python 3.4 in this
12
+ release in PR #532
10
13
11
14
Other notable changes
12
15
---------------------
13
16
14
- * #532 Support has been removed for Python 3.4
15
17
* #533 BusState is now an enum.
16
18
* #535 This release should automatically be published to PyPi by travis.
17
19
* #577 Travis-ci now uses stages.
Original file line number Diff line number Diff line change @@ -37,7 +37,16 @@ Python developers; providing common abstractions to
37
37
different hardware devices, and a suite of utilities for sending and receiving
38
38
messages on a can bus.
39
39
40
- The library supports Python 2.7, Python 3.5+ as well as PyPy 2 & 3 and runs on Mac, Linux and Windows.
40
+ The library supports Python 2.7, Python 3.5+ as well as PyPy 2 & 3 and runs
41
+ on Mac, Linux and Windows.
42
+
43
+ ================== ===========
44
+ Library Version Python
45
+ ------------------ -----------
46
+ 2.x 2.6+, 3.4+
47
+ 3.x 2.7+, 3.5+
48
+ 4.x (expected) 3.6+
49
+ ================== ===========
41
50
42
51
43
52
Features
You can’t perform that action at this time.
0 commit comments