From 3e806e1984c382f9d49a5b38b08f7f1a2222b249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Prpi=C4=8D?= Date: Wed, 24 Apr 2024 16:02:08 -0400 Subject: [PATCH] Drop Python 3.7 support (EOL) --- README.md | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f5ec3e..cc18adb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A library and a command line interface for the CVE Services API. ## Requirements -- Python version 3.7 or greater +- Python version 3.8 or greater - [pip](https://pypi.org/project/pip/) ## Installation diff --git a/tox.ini b/tox.ini index f4f3ba7..cae4dee 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{37,38,39,310,311}, black, ruff, mypy +envlist = py{38,39,310,311,312}, black, ruff, mypy [testenv] deps = pytest