From 9086383b421bb421b24af31b06bdfa7fd6787dae Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Fri, 3 Feb 2023 15:29:34 +0200 Subject: [PATCH] Removing Python 3.6 from CI and requirements (#1089) --- .github/workflows/main.yml | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efd5316..4f80aca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,6 @@ jobs: strategy: matrix: include: - - python-version: 3.6 - python-version: 3.7 env: PYGEOAPI_CONFIG: "$(pwd)/pygeoapi-config.yml" diff --git a/requirements.txt b/requirements.txt index 671c90b..23b0da1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ Babel click>7,<=8 Flask -future-annotations jinja2==3.0.3 jsonschema pydantic