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
77
88* FD support added for Pcan by @bmeisels with input from
99 @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
1013
1114Other notable changes
1215---------------------
1316
14- * #532 Support has been removed for Python 3.4
1517* #533 BusState is now an enum.
1618* #535 This release should automatically be published to PyPi by travis.
1719* #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
3737different hardware devices, and a suite of utilities for sending and receiving
3838messages on a can bus.
3939
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+ ================== ===========
4150
4251
4352Features
You can’t perform that action at this time.
0 commit comments