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 8df18d6 commit 1039313Copy full SHA for 1039313
.github/workflows/test.yml
@@ -23,8 +23,6 @@ jobs:
23
strategy:
24
matrix:
25
python-version:
26
- - "3.7"
27
- - "3.8"
28
- "3.9"
29
- "3.10"
30
- "3.11"
pyproject.toml
@@ -38,7 +38,7 @@ jwkconv = "cryptojwt.tools.keyconv:main"
38
jwtpeek = "cryptojwt.tools.jwtpeek:main"
39
40
[tool.poetry.dependencies]
41
-python = "^3.7"
+python = "^3.9"
42
cryptography = ">=3.4.6"
43
requests = "^2.25.1"
44
0 commit comments