Skip to content

Commit

Permalink
Remove Python upper bound (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris authored Dec 5, 2022
1 parent f7aabfd commit 67565c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ license = "Proprietary"
name = "covcheck"
readme = "README.md"
repository = "https://github.com/HumeAI/covcheck"
version = "0.4.1"
version = "0.4.2"

[tool.poetry.dependencies]
python = ">=3.7,<3.10"
python = ">=3.7"

[tool.poetry.dev-dependencies]
pylint = "^2.12.2"
Expand Down

0 comments on commit 67565c2

Please sign in to comment.