@@ -7,19 +7,19 @@ name = "python-gvm"
77version = " 26.11.2.dev1"
88description = " Library to communicate with remote servers over GMP or OSP"
99authors = [{ name = " Greenbone AG" , email = " info@greenbone.net" }]
10- requires-python = " >=3.9.2 ,<4"
10+ requires-python = " >=3.10 ,<4"
1111readme = " README.md"
1212license = " GPL-3.0-or-later"
1313classifiers = [
1414 " Development Status :: 5 - Production/Stable" ,
1515 " Environment :: Console" ,
1616 " Intended Audience :: Developers" ,
1717 " Programming Language :: Python :: 3" ,
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
2221 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2323 " Operating System :: OS Independent" ,
2424 " Topic :: Software Development :: Libraries :: Python Modules" ,
2525]
@@ -56,7 +56,7 @@ wheel-exclude = ["tests"]
5656
5757[tool .black ]
5858line-length = 80
59- target-version = [' py39 ' , ' py310' , ' py311' , ' py312' , ' py313' ]
59+ target-version = [' py310' , ' py311' , ' py312' , ' py313' , ' py314 ' ]
6060exclude = '''
6161/(
6262 \.git
@@ -72,7 +72,7 @@ exclude = '''
7272
7373[tool .ruff ]
7474line-length = 80
75- target-version = " py39 "
75+ target-version = " py310 "
7676
7777[tool .ruff .lint ]
7878extend-select = [" I" , " PLE" , " PLW" ]
@@ -172,7 +172,7 @@ commit_parsers = [
172172 { message = " ^[d|D]oc" , group = " <!-- 5 -->:books: Documentation" },
173173 { message = " ^[t|T]est" , group = " <!-- 6 -->:white_check_mark: Testing" },
174174 { message = " ^[c|C]hore" , group = " <!-- 7 -->:wrench: Miscellaneous" },
175- { message = " ^[c|C]i" , group = " <!-- 7 -->️ :wrench: Miscellaneous" },
175+ { message = " ^[c|C]i" , group = " <!-- 7 -->:wrench: Miscellaneous" },
176176 { message = " ^[m|M]isc" , group = " <!-- 7 -->:wrench: Miscellaneous" },
177177 { message = " ^[d|D]eps" , group = " <!-- 8 -->:ship: Dependencies" },
178178]
0 commit comments