We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0ff8f commit 909fbddCopy full SHA for 909fbdd
.github/workflows/test.yml
@@ -23,7 +23,6 @@ jobs:
23
strategy:
24
matrix:
25
python-version:
26
- - "3.9"
27
- "3.10"
28
- "3.11"
29
- "3.12"
pyproject.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
packages = [
14
{ include = "cryptojwt", from = "src" }
15
]
16
-requires-python = ">=3.9,<4.0"
+requires-python = ">=3.10,<4.0"
17
dependencies = [
18
"cryptography>=3.4.6",
19
"requests>=2.25.1"
0 commit comments