diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad0d095..f0dfb34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index fa6f37b..ad43cda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = { text = "MIT" } authors = [ { name = "City Bureau", email = "documenters@citybureau.org" } ] -requires-python = ">=3.6,<4.0" +requires-python = ">=3.7,<4.0" dependencies = [ "jsonschema>=3.0.0a5", "pytz",