We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d403c commit a469c13Copy full SHA for a469c13
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[project]
10
# https://peps.python.org/pep-0621/#readme
11
-requires-python = ">=3.8"
+requires-python = ">=3.9"
12
dynamic = ["version"]
13
name = "molecule-plugins"
14
description = "Molecule Plugins"
@@ -26,7 +26,6 @@ classifiers = [
26
"Operating System :: MacOS",
27
"Operating System :: POSIX",
28
"Programming Language :: Python :: 3",
29
- "Programming Language :: Python :: 3.8",
30
"Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11",
0 commit comments