Drop EOL Python 3.8 support

This commit is contained in:
Bruno Oliveira
2024-12-07 08:43:37 -03:00
parent c3d7b7784a
commit 6dc8c2a66d
4 changed files with 6 additions and 9 deletions

View File

@@ -25,14 +25,13 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"execnet>=2.1",
"pytest>=7.0.0",