1 parent 230e12d commit e57ccd1Copy full SHA for e57ccd1
1 file changed
README.rst
@@ -14,7 +14,6 @@ pycparser v2.23
14
15
.. sectnum::
16
17
-
18
Introduction
19
============
20
@@ -83,11 +82,11 @@ Installing
83
82
Prerequisites
84
-------------
85
86
-* **pycparser** was tested with Python 3.8+ on Linux, macOS and Windows.
+**pycparser** is being tested with modern versions of Python on
+Linux, macOS and Windows. See `the CI dashboard <https://github.com/eliben/pycparser/actions/workflows/ci.yml>`__
87
+for details.
88
-* **pycparser** has no external dependencies. The repository still bundles PLY
89
- in ``pycparser/ply`` for optional utilities, but the core lexer and parser
90
- are standalone and do not rely on PLY.
+**pycparser** has no external dependencies.
91
92
Installation process
93
--------------------
0 commit comments