From f5c567f775d527353e736665c34436ecab2e0d11 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:31:23 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ec833..6cd98d0 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.8+ is supported. Using a Python [virtual environment](https://docs.python.org/3/library/venv.html) is recommended. +Python 3.9+ 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.