From 9fbd4213d278db7b95e895ed27571c02d2d0c366 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 22 Oct 2024 14:19:06 -0400 Subject: [PATCH] MSPV Signed-off-by: William Woodruff --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89be92bd..7ccbc291 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ as well as performing common development tasks. ## Requirements -`pip-audit`'s only development environment requirement *should* be Python 3.8 +`pip-audit`'s only development environment requirement *should* be Python 3.9 or newer. Development and testing is actively performed on macOS and Linux, but Windows and other supported platforms that are supported by Python should also work. diff --git a/README.md b/README.md index ba1bd68c..06f85903 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ with support from Google. This is not an official Google or Trail of Bits produc ## Installation -`pip-audit` requires Python 3.8 or newer, and can be installed directly via `pip`: +`pip-audit` requires Python 3.9 or newer, and can be installed directly via `pip`: ```bash python -m pip install pip-audit