Skip to content

Commit

Permalink
Merge pull request #391 from dajiaji/drop-py37
Browse files Browse the repository at this point in the history
Drop support for Python 3.7.
  • Loading branch information
dajiaji committed Jul 3, 2023
2 parents a7e82a7 + 6134254 commit 562cdc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -25,7 +25,7 @@ exclude = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
asn1crypto = "^1.4.0"
cbor2 = "^5.4.2"
certvalidator = "^0.11.1"
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Expand Up @@ -3,17 +3,16 @@ envlist =
check
build
build_docs
py{37,38,39,310,311}
py{38,39,310,311}
isolated_build = True
skip_missing_interpreters = True


[gh-actions]
python =
3.7: py37
3.8: check, build, build_docs, py38
3.8: py38
3.9: py39
3.10: py310
3.10: check, build, build_docs, py310
3.11: py311


Expand Down

0 comments on commit 562cdc5

Please sign in to comment.