From 14ec8c694fb75595d4e13c4cf919438761bfc79a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 22 Aug 2020 13:32:06 -0400 Subject: [PATCH] Add note in incompatabilities that PyPy is broken and unsupported --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8b34ab25..31f6bae3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ It is not a drop-in replacement for users that wish to create or transform ASTs, as a number of syntax tree classes have additional fields that must be populated when constructing them. +Due to reliance on certain C APIs, this library does not build on and there +are [no plans to support PyPy](https://github.com/python/typed_ast/issues/111). + ### Python 3.8 `typed_ast` will not be updated to support parsing Python 3.8 and