@@ -3,7 +3,7 @@ name = "fancylog"
3
3
authors = [{name = " Adam Tyson" , email = " code@adamltyson.com" }]
4
4
description = " Fancier logging in Python"
5
5
readme = " README.md"
6
- requires-python = " >=3.10 "
6
+ requires-python = " >=3.11 "
7
7
dynamic = [" version" ]
8
8
9
9
license = {text = " BSD-3-Clause" }
@@ -12,9 +12,9 @@ classifiers = [
12
12
" Development Status :: 4 - Beta" ,
13
13
" Programming Language :: Python" ,
14
14
" Programming Language :: Python :: 3" ,
15
- " Programming Language :: Python :: 3.10" ,
16
15
" Programming Language :: Python :: 3.11" ,
17
16
" Programming Language :: Python :: 3.12" ,
17
+ " Programming Language :: Python :: 3.13" ,
18
18
" Operating System :: OS Independent" ,
19
19
" License :: OSI Approved :: BSD License" ,
20
20
]
@@ -94,14 +94,14 @@ docstring-code-format = true # Also format code in docstrings
94
94
[tool .tox ]
95
95
legacy_tox_ini = """
96
96
[tox]
97
- envlist = py{310, 311,312}
97
+ envlist = py{311,312,313 }
98
98
isolated_build = True
99
99
100
100
[gh-actions]
101
101
python =
102
- 3.10: py310
103
102
3.11: py311
104
103
3.12: py312
104
+ 3.13: py313
105
105
106
106
107
107
[testenv]
0 commit comments