Skip to content

Commit 76dce89

Browse files
committed
docs: clarify minimum Python version is 2.7 (#96)
1 parent ef29573 commit 76dce89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The plugin has the following requirements:
2525

2626
* GCC: 4.6 or later (it uses APIs that weren't exposed to plugins in 4.5)
2727

28-
* Python: tested with 2.7 and 3.2; it may work with earlier versions
28+
* Python: requires 2.7 or 3.2 or later
2929

3030
* "six": The libcpychecker code uses the "six" Python compatibility library to
3131
smooth over Python 2 vs Python 3 differences, both at build-time and

0 commit comments

Comments
 (0)