From 12bd89dac947574d4c82ea31034161a877e4bebd Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 19 May 2021 16:52:26 +0100 Subject: [PATCH] update python versions --- .github/workflows/pythonpackage.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index ca54055d..2b61f92b 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 9a2b89da..68cbe2a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]