mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-14 16:50:40 +00:00
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:
parent
9637b3aa3f
commit
c9e5c4ec49
@ -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
962
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user