From c007813d1ea19f9105f4267996ac3dc89fb32431 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:53:13 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adf49c1..6b374e3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The easiest way to install is via pip and PyPI pip install paperetl ``` -Python 3.7+ is supported. Using a Python [virtual environment](https://docs.python.org/3/library/venv.html) is recommended. +Python 3.8+ is supported. Using a Python [virtual environment](https://docs.python.org/3/library/venv.html) is recommended. paperetl can also be installed directly from GitHub to access the latest, unreleased features.