From 63077f4b0c754e963c39b73afcca5c21b1329708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:15:39 +0000 Subject: [PATCH 1/4] Update dependency pytest-cov to v6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee4d0d89..afc84a00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pycodestyle==2.12.1 pyflakes==3.2.0 pyramid_debugtoolbar==4.12.1 pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 twine==5.1.1 -e . From 0ab05329b7bcc801235f7f5c09bd92a977dc3e93 Mon Sep 17 00:00:00 2001 From: Karsten Deininger Date: Fri, 1 Nov 2024 08:20:35 +0100 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75c0877a..f6717f2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: strategy: matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' From 2449fc804fffdba37df4acc1a4e999733d29d873 Mon Sep 17 00:00:00 2001 From: Karsten Deininger Date: Fri, 1 Nov 2024 08:20:53 +0100 Subject: [PATCH 3/4] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1fe10736..9bc44f96 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,6 @@ classifiers=[ "License :: OSI Approved :: BSD License", development_status, - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", From cf2dc7ad763d4e7161d469fa7213be675aa8a1e9 Mon Sep 17 00:00:00 2001 From: Karsten Deininger Date: Fri, 1 Nov 2024 08:21:22 +0100 Subject: [PATCH 4/4] Update CHANGELOG.rst --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8cca327f..1b61f7c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,7 @@ https://github.com/openoereb/oereb_client/milestone/17 - Include Matomo JavaScript Client - Dependency updates +- Drop support for Python 3.8 2.1.3 *****