diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b436298..94dbac8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,6 @@ jobs: strategy: matrix: python-version: - - "3.9" - "3.10" - "3.11" - "3.12" diff --git a/pyproject.toml b/pyproject.toml index bd8b719..d4356dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" packages = [ { include = "cryptojwt", from = "src" } ] -requires-python = ">=3.9,<4.0" +requires-python = ">=3.10,<4.0" dependencies = [ "cryptography>=3.4.6", "requests>=2.25.1" @@ -74,7 +74,7 @@ select = [ # isort "I", ] -ignore = ["E501", "I001", "SIM102", "UP006", "UP035"] +ignore = ["E501", "I001", "SIM102", "UP006", "UP035", "UP045", "UP007"] exclude = ["examples/*"] [tool.ruff.lint.isort]