From 6f3fb7ed0c502d02a11aedaf2fc6d86e649a0f7e Mon Sep 17 00:00:00 2001 From: NellyWhads Date: Thu, 11 Apr 2024 09:56:21 -0400 Subject: [PATCH] Support Python 3.8 --- pyproject.toml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ece27a..9cb10ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,12 @@ authors = [ readme = "README.md" license = {file = "LICENSE"} urls = {repo = "https://github.com/mam-dev/pytest-litter"} -requires-python = ">=3.9" +requires-python = ">=3.8" dependencies = ["pytest >= 6.1"] dynamic = ["version"] classifiers = [ "Development Status :: 4 - Beta", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/tox.ini b/tox.ini index d834fcb..ff1a5eb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39,py310,py311,py312 +envlist = py38,py39,py310,py311,py312 isolated_build = True minversion = 4.0.0