Skip to content

Commit 75f2321

Browse files
[libclang/python] Bump minimum compatibility to Python 3.6 (#77228)
Remove Python 2 support and clean up code that conditions based on version. Issue #76664.
1 parent 34b1067 commit 75f2321

File tree

2 files changed

+74
-99
lines changed

2 files changed

+74
-99
lines changed

clang/bindings/python/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runner. For example:
1010
--
1111
$ env PYTHONPATH=$(echo ~/llvm/clang/bindings/python/) \
1212
CLANG_LIBRARY_PATH=$(llvm-config --libdir) \
13-
python -m unittest discover -v
13+
python3 -m unittest discover -v
1414
tests.cindex.test_index.test_create ... ok
1515
...
1616

0 commit comments

Comments
 (0)