mirror of https://github.com/Textualize/rich.git
update python versions
This commit is contained in:
parent
a5eada7ac4
commit
12bd89dac9
|
@ -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]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
|
@ -18,6 +18,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Typing :: Typed"
|
||||
]
|
||||
include = ["rich/py.typed"]
|
||||
|
|
Loading…
Reference in New Issue