diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2022-11-28 08:44:02 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2022-11-28 08:44:02 +0100 |
commit | a6f601d820bf261c5f160bfcadb7ca6aa14d6ec2 (patch) | |
tree | 9ad0ffc7adc851191aa4787886c45d890d98a48b /setup.cfg | |
parent | dfc95dfc10415e8ba138e2c042c39632c9251abb (diff) | |
download | debian-ansible-core-a6f601d820bf261c5f160bfcadb7ca6aa14d6ec2.zip |
New upstream version 2.14.0
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,9 +24,9 @@ classifiers = Natural Language :: English 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 Programming Language :: Python :: 3 :: Only Topic :: System :: Installation/Setup Topic :: System :: Systems Administration @@ -34,7 +34,7 @@ classifiers = [options] zip_safe = False -python_requires = >=3.8 +python_requires = >=3.9 include_package_data = True scripts = bin/ansible-test |