Skip to content

Commit

Permalink
Require py39 or newer (ansible-community#129)
Browse files Browse the repository at this point in the history
Require py38 or newer
  • Loading branch information
ssbarnea authored Apr 20, 2023
1 parent 40d403c commit a469c13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
# https://peps.python.org/pep-0621/#readme
requires-python = ">=3.8"
requires-python = ">=3.9"
dynamic = ["version"]
name = "molecule-plugins"
description = "Molecule Plugins"
Expand All @@ -26,7 +26,6 @@ classifiers = [
"Operating System :: MacOS",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit a469c13

Please sign in to comment.