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