Skip to content

Commit

Permalink
[libclang/python] Bump minimum compatibility to Python 3.6 (#77228)
Browse files Browse the repository at this point in the history
Remove Python 2 support and clean up code that conditions based on
version.

Issue #76664.
  • Loading branch information
linux4life798 committed Jan 17, 2024
1 parent 34b1067 commit 75f2321
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 99 deletions.
2 changes: 1 addition & 1 deletion clang/bindings/python/README.txt
Expand Up @@ -10,7 +10,7 @@ runner. For example:
--
$ env PYTHONPATH=$(echo ~/llvm/clang/bindings/python/) \
CLANG_LIBRARY_PATH=$(llvm-config --libdir) \
python -m unittest discover -v
python3 -m unittest discover -v
tests.cindex.test_index.test_create ... ok
...

Expand Down

0 comments on commit 75f2321

Please sign in to comment.