@@ -24,7 +24,7 @@ authors = [{name = "Casper da Costa-Luis", email = "
[email protected] "}]
24
24
maintainers = [{
name =
" Iterative" ,
email =
" [email protected] " }]
25
25
description = " Automagic shell tab completion for Python CLI applications"
26
26
readme = " README.rst"
27
- requires-python = " >=3.7 "
27
+ requires-python = " >=3.8 "
28
28
keywords = [" tab" , " complete" , " completion" , " shell" , " bash" , " zsh" , " argparse" ]
29
29
license = " Apache-2.0"
30
30
classifiers = [
@@ -48,12 +48,12 @@ classifiers = [
48
48
" Programming Language :: Other Scripting Engines" ,
49
49
" Programming Language :: Python" ,
50
50
" Programming Language :: Python :: 3" ,
51
- " Programming Language :: Python :: 3.7" ,
52
51
" Programming Language :: Python :: 3.8" ,
53
52
" Programming Language :: Python :: 3.9" ,
54
53
" Programming Language :: Python :: 3.10" ,
55
54
" Programming Language :: Python :: 3.11" ,
56
55
" Programming Language :: Python :: 3.12" ,
56
+ " Programming Language :: Python :: 3.13" ,
57
57
" Programming Language :: Python :: 3 :: Only" ,
58
58
" Programming Language :: Python :: Implementation" ,
59
59
" Programming Language :: Python :: Implementation :: IronPython" ,
0 commit comments