Skip to content

Commit

Permalink
Relax Python version requirements and drop pytest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jherbel committed Jun 26, 2024
1 parent 4618b55 commit bb5ec48
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 49 deletions.
71 changes: 24 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.8" # "^3" would be sufficient for our code, but fails to resolve

[tool.poetry.group.dev]
optional = true
Expand All @@ -17,7 +17,6 @@ mypy = "*"
black = "*"
isort = "*"
pylint = "*"
pytest = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit bb5ec48

Please sign in to comment.