Skip to content

Commit

Permalink
chore: Expand python compatibility to ^3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Jan 11, 2024
1 parent 5612944 commit e35e380
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/yls-yara/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
include = ["py.typed", "LICENSE"]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = "^3.8"
yara-python = "^4.2.0"
yls = "^1.4.0"

Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test = "pytest -vvv --mypy --black --pylint --pylint-rcfile=pyproject.toml --cov
yls = 'yls.server:main'

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = "^3.8"
pygls = "^1.1.2"
yaramod = "^3.21.0"
yari-py = "^0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion pytest-yls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["py.typed", "LICENSE"]

[tool.poetry.dependencies]
pytest = "^7.2.2"
python = ">=3.8,<3.12"
python = "^3.8"
tenacity = "^8.0.1"

[tool.poetry.plugins.pytest11]
Expand Down

0 comments on commit e35e380

Please sign in to comment.