Skip to content

Commit

Permalink
feat(revert): attempt to keep py37
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
  • Loading branch information
onuralpszr committed Sep 19, 2023
1 parent 29ff25b commit 1b38fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers=[
'Topic :: Software Development',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -33,7 +34,7 @@ classifiers=[
Tracker = "https://github.com/systemcraftsman/strimzi-kafka-cli/issues"

[tool.poetry.dependencies]
python = ">=3.8,<3.12.0"
python = ">=3.7,<3.12.0"
click = "8.0.1"
pyyaml = "^6.0.1"
wget = "^3.2"
Expand All @@ -46,10 +47,10 @@ pytest = "^7.4.2"
wheel = "^0.40.0"
build = "^0.10.0"
ruff = "^0.0.280"
isort = "^5.12.0"
isort = "^5.10.0"
black = "^23.7.0"
mypy = "^1.4.1"
pre-commit = "^3.3.3"
pre-commit = "^2.20.0"
flake8 = { version = "*", python = ">=3.8.1,<3.12.0" }
flake8-pyproject = "^1.2.3"

Expand Down

0 comments on commit 1b38fe6

Please sign in to comment.