Skip to content

Commit cd3bea4

Browse files
committed
Drop support for Python 3.7
1 parent 94407dd commit cd3bea4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ dynamic = ["version"]
44
description = "A Python API client library for the Argus alert aggregator server"
55
readme = "README.md"
66
authors = [{name="Sikt - Kunnskapssektorens Tjenesteleverandør", email="[email protected]"}]
7-
requires-python = ">=3.7"
7+
requires-python = ">=3.8"
88
license = {file = "LICENSE"}
99
classifiers = [
1010
"License :: OSI Approved :: Apache Software License",
1111
"Programming Language :: Python :: 3",
12-
"Programming Language :: Python :: 3.7",
1312
"Programming Language :: Python :: 3.8",
1413
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)