File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 16
16
"Operating System :: POSIX :: Linux" ,
17
17
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
18
18
"Topic :: System :: Monitoring" ,
19
- "Programming Language :: Python :: 2" ,
20
19
"Programming Language :: Python :: 3" ,
20
+ "Programming Language :: Python :: 3.9" ,
21
+ "Programming Language :: Python :: 3.10" ,
22
+ "Programming Language :: Python :: 3.11" ,
23
+ "Programming Language :: Python :: 3.12" ,
24
+ "Programming Language :: Python :: 3.13" ,
21
25
"Development Status :: 3 - Alpha" ,
22
26
"Topic :: System :: Logging" ,
23
27
"Intended Audience :: Developers" ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{38, 39,310,311},
3
+ py{39,310,311,312,313 },
4
4
coverage
5
5
6
6
[gh-actions]
7
7
python =
8
- 3.8: py38
9
8
3.9: py39
10
9
3.10: py310
11
10
3.11: py311
11
+ 3.12: py312
12
+ 3.13: py313
12
13
13
14
[testenv]
14
15
usedevelop = true
You can’t perform that action at this time.
0 commit comments