We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94407dd commit cd3bea4Copy full SHA for cd3bea4
pyproject.toml
@@ -4,12 +4,11 @@ dynamic = ["version"]
4
description = "A Python API client library for the Argus alert aggregator server"
5
readme = "README.md"
6
authors = [{name="Sikt - Kunnskapssektorens Tjenesteleverandør", email="[email protected]"}]
7
-requires-python = ">=3.7"
+requires-python = ">=3.8"
8
license = {file = "LICENSE"}
9
classifiers = [
10
"License :: OSI Approved :: Apache Software License",
11
"Programming Language :: Python :: 3",
12
- "Programming Language :: Python :: 3.7",
13
"Programming Language :: Python :: 3.8",
14
"Programming Language :: Python :: 3.9",
15
"Programming Language :: Python :: 3.10",
0 commit comments