@@ -24,7 +24,7 @@ authors = [{name = "Casper da Costa-Luis", email = "casper.dcl@physics.org"}]
2424maintainers = [{name = " Iterative" , email = " support@iterative.ai" }]
2525description = " Automagic shell tab completion for Python CLI applications"
2626readme = " README.rst"
27- requires-python = " >=3.7 "
27+ requires-python = " >=3.8 "
2828keywords = [" tab" , " complete" , " completion" , " shell" , " bash" , " zsh" , " argparse" ]
2929license = " Apache-2.0"
3030classifiers = [
@@ -48,12 +48,12 @@ classifiers = [
4848 " Programming Language :: Other Scripting Engines" ,
4949 " Programming Language :: Python" ,
5050 " Programming Language :: Python :: 3" ,
51- " Programming Language :: Python :: 3.7" ,
5251 " Programming Language :: Python :: 3.8" ,
5352 " Programming Language :: Python :: 3.9" ,
5453 " Programming Language :: Python :: 3.10" ,
5554 " Programming Language :: Python :: 3.11" ,
5655 " Programming Language :: Python :: 3.12" ,
56+ " Programming Language :: Python :: 3.13" ,
5757 " Programming Language :: Python :: 3 :: Only" ,
5858 " Programming Language :: Python :: Implementation" ,
5959 " Programming Language :: Python :: Implementation :: IronPython" ,
0 commit comments