From 42ee216d90d84860501131bfc57e9de95db88476 Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Sun, 22 Sep 2024 11:48:39 +0200 Subject: [PATCH 1/2] Bump ParkAPI2_sources to 119f7a11d75 --- web/scrapers/ParkAPI2_sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scrapers/ParkAPI2_sources b/web/scrapers/ParkAPI2_sources index 2e3f86d..119f7a1 160000 --- a/web/scrapers/ParkAPI2_sources +++ b/web/scrapers/ParkAPI2_sources @@ -1 +1 @@ -Subproject commit 2e3f86d8c6e1f3f7e63c7cf9f30875ecd79345cc +Subproject commit 119f7a11d75ddce0ff6621b6b28a07964666ddfe From e9eca4a5688e58e1bc7baf00924de3e2a031dfc9 Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Sun, 22 Sep 2024 13:23:51 +0200 Subject: [PATCH 2/2] Remove build for python 3.9 ... as ParkAPI2_sources is has min 3.10 requirement --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6edfcac..dba39f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] env: DJANGO_DEBUG: "False"