commit: 7320b531524cef9659be90397e04e8c8886b3597
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 15:49:01 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 15:49:01 2023 +0000
URL: https://gitweb.gentoo.org/proj/gentoopm.git/commit/?id=7320b531
Require Python >= 3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
pyproject.toml | 2 +-
tox.ini | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 9f34f92..85490a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ authors = [{name = "Michał Górny", email = "[email protected]"}]
readme = "README.rst"
dynamic = ["version", "description"]
license = {file = "COPYING"}
-requires-python = ">=3.8"
+requires-python = ">=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
diff --git a/tox.ini b/tox.ini
index 7629025..2c04804 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{38,39,310}
+envlist = py{39,310,311}
isolated_build = True
[testenv]