From a35a6a0ae10d40b1cffb8b807617d0410f297ae7 Mon Sep 17 00:00:00 2001 From: Joe Rowell Date: Fri, 18 Aug 2023 11:53:12 +0100 Subject: [PATCH] Update readme. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 364d6242..4d783715 100644 --- a/README.rst +++ b/README.rst @@ -296,7 +296,8 @@ from the top-level directory which runs all tests in ``tests/test_*.py``. We run $ (fpylll) flake8 --max-line-length=120 --max-complexity=16 --ignore=E22,E241 src -Note that **fpylll** supports Python 2 and 3. In particular, tests are run using Python 2.7 and 3.5. See `.travis.yml `_ for details on automated testing. +Note that **fpylll** supports Python 3. In particular, tests are run using Python 3.8, 3.9 and 3.10. See `.tests.yml `_ for details on automated testing. + Attribution & License ---------------------