From 634758cfc77dff535c5e9e17cc99c6ba19e965b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:55:41 +0200 Subject: Adding upstream version 2.16.5. Signed-off-by: Daniel Baumann --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3fc6d50..2e32875 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,9 +25,9 @@ classifiers = Natural Language :: English Operating System :: POSIX Programming Language :: Python :: 3 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only Topic :: System :: Installation/Setup Topic :: System :: Systems Administration @@ -35,7 +35,7 @@ classifiers = [options] zip_safe = False -python_requires = >=3.9 +python_requires = >=3.10 scripts = bin/ansible-test -- cgit v1.2.3