deps: reflect Textual, allow Py3.8
This commit is contained in:
parent
8ee1e5f2b4
commit
2bf4e67d3f
2 changed files with 4 additions and 3 deletions
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10", "3.11"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
|
@ -20,9 +20,10 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
textual = ">=0.18.0"
|
||||
python = "^3.8"
|
||||
textual = ">=0.22.0"
|
||||
humanfriendly = ">=10.0"
|
||||
pyyaml = "^6.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
amdgpu-stats = "amdgpu_stats:textual_run"
|
||||
|
|
Reference in a new issue