remove 3.10 for now

This commit is contained in:
Will McGugan 2021-05-19 17:02:53 +01:00
parent 978034da81
commit 9b928b8db8
2 changed files with 2 additions and 2 deletions

View file

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

View file

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