Archived
1
1
Fork 0

deps: reflect Textual, allow Py3.8

This commit is contained in:
Josh Lay 2023-06-03 02:00:17 -05:00
parent 8ee1e5f2b4
commit 2bf4e67d3f
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 4 additions and 3 deletions

View file

@ -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 }}

View file

@ -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"