@@ -3,7 +3,9 @@ requires = ["flit_core >=3.2,<4"]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
[project ]
6
- authors = [{name = " Alexander Mancevice" , email = " alexander.mancevice@hey.com" }]
6
+ authors = [
7
+ { name = " Alexander Mancevice" , email = " alexander.mancevice@hey.com" },
8
+ ]
7
9
classifiers = [
8
10
" Development Status :: 3 - Alpha" ,
9
11
" Intended Audience :: Developers" ,
@@ -18,6 +20,7 @@ classifiers = [
18
20
" Programming Language :: Python :: 3.9" ,
19
21
" Programming Language :: Python :: 3.10" ,
20
22
" Programming Language :: Python :: 3.11" ,
23
+ " Programming Language :: Python :: 3.12" ,
21
24
" Topic :: Utilities" ,
22
25
]
23
26
dependencies = [
@@ -27,7 +30,7 @@ dependencies = [
27
30
" six >= 1.11" ,
28
31
]
29
32
dynamic = [" version" , " description" ]
30
- license = {file = " LICENSE" }
33
+ license = { file = " LICENSE" }
31
34
name = " influxalchemy"
32
35
requires-python = " >= 3.7"
33
36
readme = " README.md"
@@ -37,4 +40,4 @@ Home = "https://github.com/amancevice/knackhq"
37
40
38
41
[tool .pytest .ini_options ]
39
42
minversion = " 6.0"
40
- addopts = " --cov influxalchemy --cov tests --cov-report term-missing --cov-report xml"
43
+ addopts = " --cov influxalchemy --cov tests --cov-report term-missing --cov-report xml"
0 commit comments