summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 6 insertions, 11 deletions
diff --git a/README.md b/README.md
index 473e6d3..9e4e3f9 100644
--- a/README.md
+++ b/README.md
@@ -18,22 +18,17 @@ flexibility in terms of how you decide to use it. You can use PLY to
build Abstract Syntax Trees (ASTs), simple one-pass compilers,
protocol decoders, or even a more advanced parsing framework.
-## Important Notice - October 11, 2022
+## Important Notice - October 27, 2022
-I'm officially retiring the PLY project. There will be no further
-releases. Should you choose to still use it, the GitHub repo will
-remain alive--feel free to vendor the code and report bugs as you see
-fit. I'd like to thank everyone who contributed to the
-project over the last twenty-one years. -- Dave
+The PLY project will make no further package-installable releases.
+If you want the latest version, you'll need to download it here
+or clone the repo.
-## Download
-
-* [Current Release (ply-2022_01_02)](https://github.com/dabeaz/ply/raw/master/ply-2022_01_02.tar.gz)
-* [Historial Releases](https://github.com/dabeaz/archive/tree/main/ply)
+## Requirements
The current release of PLY requires the use of Python 3.6 or
greater. If you need to support an older version, download one of the
-historical releases.
+historical releases at https://github.com/dabeaz/archive/tree/main/ply.
## How to Install and Use