Drop Python 3.11 controller support (#85590)

This commit is contained in:
Matt Clay
2025-07-30 16:39:38 -07:00
committed by GitHub
parent 8aad1418f6
commit f2612fbe3a
17 changed files with 29 additions and 55 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ requires = ["setuptools >= 66.1.0, <= 80.3.1", "wheel == 0.45.1"] # lower bound
build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.11"
requires-python = ">=3.12"
name = "ansible-core"
authors = [
{name = "Ansible Project"},
@@ -20,9 +20,9 @@ classifiers = [
"Natural Language :: English",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3 :: Only",
"Topic :: System :: Installation/Setup",
"Topic :: System :: Systems Administration",