mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 08:03:18 +02:00
Drop Python 3.11 controller support (#85590)
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user