Skip to content

Commit a469c13

Browse files
authored
Require py39 or newer (#129)
Require py38 or newer
1 parent 40d403c commit a469c13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
# https://peps.python.org/pep-0621/#readme
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"
1212
dynamic = ["version"]
1313
name = "molecule-plugins"
1414
description = "Molecule Plugins"
@@ -26,7 +26,6 @@ classifiers = [
2626
"Operating System :: MacOS",
2727
"Operating System :: POSIX",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.8",
3029
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)