@@ -5,19 +5,19 @@ description = "Command Line Interface for Strimzi Kafka Operator"
5
5
authors = [{ name = " Aykut Bulgu" , email = " aykut@systemcraftsman.com" }]
6
6
readme = " README.md"
7
7
license = {text = " Apache-2.0" }
8
- requires-python = " >=3.8 ,<3.13"
8
+ requires-python = " >=3.9 ,<3.13"
9
9
keywords = [" kafka" , " strimzi" , " cli" , " operator" , " kubernetes" , " k8s" , " openshift" , " apache-kafka" ]
10
10
11
11
classifiers =[
12
12
' Intended Audience :: Developers' ,
13
13
' Topic :: Software Development' ,
14
14
' License :: OSI Approved :: Apache Software License' ,
15
15
' Programming Language :: Python :: 3' ,
16
- ' Programming Language :: Python :: 3.8' ,
17
16
' Programming Language :: Python :: 3.9' ,
18
17
' Programming Language :: Python :: 3.10' ,
19
18
' Programming Language :: Python :: 3.11' ,
20
19
' Programming Language :: Python :: 3.12' ,
20
+ ' Programming Language :: Python :: 3.13' ,
21
21
' Programming Language :: Python :: 3 :: Only' ,
22
22
' Operating System :: Microsoft :: Windows' ,
23
23
' Operating System :: POSIX :: Linux' ,
@@ -92,7 +92,7 @@ imports = ["kfk"]
92
92
93
93
94
94
[tool .black ]
95
- target-version = [" py38 " , " py39" , " py310" , " py311" , " py312" ]
95
+ target-version = [" py39" , " py310" , " py311" , " py312" , " py313 " ]
96
96
line-length = 88
97
97
include = ' \.pyi?$'
98
98
exclude = '''
0 commit comments