Skip to content

Commit

Permalink
Add support for python3.11, drop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Saffie committed Sep 23, 2023
1 parent b60fe4e commit 84e0e09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ python = "^3.8"
jsonschema = "^4.4"

[tool.poetry.dev-dependencies]
# Starting from Python 3.8, asynctest is replaced with a unittest.mock.AsyncMock in standard library.
asynctest = { version = "0.13.0", python = "~3.7" }
pytest = "^7"
pytest-asyncio = "^0.20.3"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit 84e0e09

Please sign in to comment.