mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
remove 3.10 for now
This commit is contained in:
parent
978034da81
commit
9b928b8db8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.1"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9"]
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
|
@ -71,4 +71,4 @@ def test_rich_measure():
|
|||
def test_spinner_markup():
|
||||
spinner = Spinner("dots", "[bold]spinning[/bold]")
|
||||
assert isinstance(spinner.text, Text)
|
||||
assert str(spinner.text) == "spinning"
|
||||
assert str(spinner.text) == "spinning"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue