Skip to content

Commit c82e1a6

Browse files
authored
Add support for python 3.8 and above (#3)
* Update pyproject.toml
1 parent c5590e7 commit c82e1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ readme = "README.md"
88
packages = [{include = "globalnoc", from="src"}]
99

1010
[tool.poetry.dependencies]
11-
python = "^3.8.11"
11+
python = ">=3.8"
1212
requests = "^2.28.2"
13-
lxml = "^4.9.2"
13+
lxml = ">=4.9.2"
1414

1515
# EL7 does not have OpenSSL 1.1.1, which is required for urllib3 v2
1616
# python >= 3.10 requires OpenSSL 1.1.1

0 commit comments

Comments
 (0)