update python versions

This commit is contained in:
Will McGugan 2021-05-19 16:52:26 +01:00
parent a5eada7ac4
commit 12bd89dac9
2 changed files with 2 additions and 1 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]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash

View File

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