diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f73595de0..806cbd06bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7"] steps: - uses: actions/checkout@v3 @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7"] services: postgres: diff --git a/pyproject.toml b/pyproject.toml index 6d8f7fb46b..26858393fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = "Render 3rd party workflows in Airflow" readme = "README.rst" license = "Apache-2.0" -requires-python = ">=3.7" +requires-python = ">=3.8" authors = [ { name = "Astronomer", email = "humans@astronomer.io" }, ] @@ -29,7 +29,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -135,7 +134,7 @@ dependencies = [ ] [[tool.hatch.envs.tests.matrix]] -python = ["3.7", "3.8", "3.9", "3.10"] +python = ["3.8", "3.9", "3.10"] airflow = ["2.3", "2.4", "2.5", "2.6", "2.7"] [tool.hatch.envs.tests.overrides]