mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
Remove 3.9
This commit is contained in:
parent
1f1664b28d
commit
3b11feed34
1 changed files with 1 additions and 3 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
@ -26,7 +26,5 @@ jobs:
|
|||
make typecheck
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install poetry pytest
|
||||
poetry install
|
||||
pip install .
|
||||
pytest tests/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue