@@ -24,9 +24,9 @@ authors = [{name = "Casper da Costa-Luis", email = "
[email protected] "}]
2424maintainers = [{
name =
" Iterative" ,
email =
" [email protected] " }]
2525description = " Automagic shell tab completion for Python CLI applications"
2626readme = " README.rst"
27- requires-python = " >=3.7 "
27+ requires-python = " >=3.9 "
2828keywords = [" tab" , " complete" , " completion" , " shell" , " bash" , " zsh" , " argparse" ]
29- license = { text = " Apache-2.0" }
29+ license = " Apache-2.0"
3030classifiers = [
3131 " Development Status :: 5 - Production/Stable" ,
3232 " Environment :: Console" ,
@@ -37,7 +37,6 @@ classifiers = [
3737 " Intended Audience :: End Users/Desktop" ,
3838 " Intended Audience :: Other Audience" ,
3939 " Intended Audience :: System Administrators" ,
40- " License :: OSI Approved :: Apache Software License" ,
4140 " Operating System :: MacOS" ,
4241 " Operating System :: MacOS :: MacOS X" ,
4342 " Operating System :: POSIX" ,
@@ -49,12 +48,11 @@ classifiers = [
4948 " Programming Language :: Other Scripting Engines" ,
5049 " Programming Language :: Python" ,
5150 " Programming Language :: Python :: 3" ,
52- " Programming Language :: Python :: 3.7" ,
53- " Programming Language :: Python :: 3.8" ,
5451 " Programming Language :: Python :: 3.9" ,
5552 " Programming Language :: Python :: 3.10" ,
5653 " Programming Language :: Python :: 3.11" ,
5754 " Programming Language :: Python :: 3.12" ,
55+ " Programming Language :: Python :: 3.13" ,
5856 " Programming Language :: Python :: 3 :: Only" ,
5957 " Programming Language :: Python :: Implementation" ,
6058 " Programming Language :: Python :: Implementation :: IronPython" ,
0 commit comments