@@ -7,7 +7,7 @@ name = "kumaone"
77dynamic = [" version" ]
88description = ' Automation friendly bulk action CLI helper for Uptime Kuma.'
99readme = " README.md"
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.9 "
1111license = " BSD-3-Clause"
1212keywords = [" kumaone" , " kuma" , " uptime-kuma" , " monitoring" , " cli" , " python3" ]
1313authors = [
@@ -18,12 +18,10 @@ classifiers = [
1818 " Environment :: Console" ,
1919 " License :: OSI Approved" ,
2020 " Programming Language :: Python" ,
21- " Programming Language :: Python :: 3.8" ,
2221 " Programming Language :: Python :: 3.9" ,
2322 " Programming Language :: Python :: 3.10" ,
2423 " Programming Language :: Python :: 3.11" ,
2524 " Programming Language :: Python :: 3.12" ,
26- " Programming Language :: Python :: Implementation :: CPython" ,
2725 " Programming Language :: Python :: Implementation :: PyPy" ,
2826]
2927dependencies = [
@@ -75,7 +73,7 @@ cov = [
7573]
7674
7775[[tool .hatch .envs .all .matrix ]]
78- python = [" 3.8 " , " 3. 9" , " 3.10" , " 3.11" , " 3.12" ]
76+ python = [" 3.9" , " 3.10" , " 3.11" , " 3.12" ]
7977
8078[tool .hatch .envs .lint ]
8179detached = true
@@ -108,7 +106,7 @@ skip-string-normalization = true
108106
109107[tool .ruff ]
110108target-version = " py312"
111- line-length = 130
109+ line-length = 120
112110select = [
113111 " A" ,
114112 " ARG" ,
@@ -189,7 +187,7 @@ exclude_lines = [
189187]
190188
191189[tool .bumpversion ]
192- current_version = " 0.0.1-alpha.9 "
190+ current_version = " 0.0.1-alpha.10 "
193191# parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
194192# serialize = ["{major}.{minor}.{patch}"]
195193parse = """ (?x)
0 commit comments