Skip to content

Commit 6bbafc1

Browse files
committed
Add note about supported python versions
1 parent 6e80f08 commit 6bbafc1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1114
Other 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.

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,16 @@ Python developers; providing common abstractions to
3737
different hardware devices, and a suite of utilities for sending and receiving
3838
messages 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

4352
Features

0 commit comments

Comments
 (0)