Skip to content

Commit 1039313

Browse files
committed
drop support for Python 3.7 and 3.8
1 parent 8df18d6 commit 1039313

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
strategy:
2424
matrix:
2525
python-version:
26-
- "3.7"
27-
- "3.8"
2826
- "3.9"
2927
- "3.10"
3028
- "3.11"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jwkconv = "cryptojwt.tools.keyconv:main"
3838
jwtpeek = "cryptojwt.tools.jwtpeek:main"
3939

4040
[tool.poetry.dependencies]
41-
python = "^3.7"
41+
python = "^3.9"
4242
cryptography = ">=3.4.6"
4343
requests = "^2.25.1"
4444

0 commit comments

Comments
 (0)