Skip to content

Commit fd4e25e

Browse files
committed
fix: pyproject - min python 3.10, classifiers adjustment
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 700e430 commit fd4e25e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "netboxlabs-diode-sdk"
33
version = "0.0.1" # Overwritten during the build process
44
description = "NetBox Labs, Diode SDK"
55
readme = "README.md" # Optional
6-
requires-python = ">=3.7"
6+
requires-python = ">=3.10"
77
license = {file = "LICENSE.txt"}
88
authors = [
99
{name = "NetBox Labs", email = "support@netboxlabs.com" } # Optional
@@ -13,14 +13,12 @@ maintainers = [
1313
]
1414

1515
classifiers = [ # Optional
16-
"Development Status :: 3 - Alpha",
16+
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Developers",
1818
"Topic :: Software Development :: Build Tools",
19-
"License :: OSI Approved :: MIT License",
19+
"License :: OSI Approved :: Apache Software License",
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3 :: Only",
22-
'Programming Language :: Python :: 3.8',
23-
'Programming Language :: Python :: 3.9',
2422
'Programming Language :: Python :: 3.10',
2523
'Programming Language :: Python :: 3.11',
2624
]

0 commit comments

Comments
 (0)