Skip to content

Commit 459caa2

Browse files
committed
Support Python 3.8
1 parent 39432e7 commit 459caa2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ authors = [
77
readme = "README.md"
88
license = {file = "LICENSE"}
99
urls = {repo = "https://github.com/mam-dev/pytest-litter"}
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.8"
1111
dependencies = ["pytest >= 6.1"]
1212
dynamic = ["version"]
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
15+
"Programming Language :: Python :: 3.8",
1516
"Programming Language :: Python :: 3.9",
1617
"Programming Language :: Python :: 3.10",
1718
"Programming Language :: Python :: 3.11",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py39,py310,py311,py312
2+
envlist = py38,py39,py310,py311,py312
33
isolated_build = True
44
minversion = 4.0.0
55

0 commit comments

Comments
 (0)