@@ -8,7 +8,7 @@ dynamic = ["version"]
8
8
description = " py3status: an extensible i3status wrapper written in python"
9
9
readme = " README.md"
10
10
license = " BSD-2-Clause"
11
- requires-python = " >=3.8 "
11
+ requires-python = " >=3.9 "
12
12
authors = [
13
13
{ name = " Ultrabug" , email = " ultrabug@ultrabug.net" },
14
14
]
@@ -20,11 +20,11 @@ classifiers = [
20
20
" Operating System :: POSIX :: Linux" ,
21
21
" Programming Language :: Python" ,
22
22
" Programming Language :: Python :: 3" ,
23
- " Programming Language :: Python :: 3.8" ,
24
23
" Programming Language :: Python :: 3.9" ,
25
24
" Programming Language :: Python :: 3.10" ,
26
25
" Programming Language :: Python :: 3.11" ,
27
26
" Programming Language :: Python :: 3.12" ,
27
+ " Programming Language :: Python :: 3.13" ,
28
28
" Programming Language :: Python :: Implementation :: CPython" ,
29
29
" Topic :: Software Development :: Libraries :: Python Modules" ,
30
30
]
@@ -72,7 +72,7 @@ test = [
72
72
]
73
73
74
74
[[tool .hatch .envs .test .matrix ]]
75
- python = [" py38 " , " py39" , " py310" , " py311" , " py312" ]
75
+ python = [" py39" , " py310" , " py311" , " py312" , " py313 " ]
76
76
type = [" default" ]
77
77
78
78
[tool .hatch .envs .style ]
@@ -96,7 +96,7 @@ format = [
96
96
97
97
[tool .black ]
98
98
line-length = 100
99
- target-version = [" py311 " ]
99
+ target-version = [" py312 " ]
100
100
skip-string-normalization = true
101
101
102
102
[tool .isort ]
0 commit comments