chore: drop python 3.8 support (#794)

BREAKING CHANGE: The support for Python 3.8 was dropped to support the latest `pytest-cov` release which requires at least Python 3.9
This commit is contained in:
Robert Kaussow 2024-11-06 09:18:05 +01:00 committed by GitHub
parent 9637b3aa3f
commit c9e5c4ec49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 471 additions and 498 deletions

View File

@ -33,7 +33,3 @@ steps:
- name: python-39
image: docker.io/library/python:3.9
<<: *pytest_base
- name: python-38
image: docker.io/library/python:3.8
<<: *pytest_base

962
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,6 @@ classifiers = [
"Natural Language :: English",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
@ -45,7 +44,7 @@ ipaddress = "1.0.23"
jsonschema = "4.23.0"
nested-lookup = "0.2.25"
pathspec = "0.12.1"
python = "^3.8.0"
python = "^3.9.0"
python-dateutil = "2.9.0.post0"
python-json-logger = "2.0.7"
requests = "2.32.3"