From a40a5e5a2851ad221fd836dfb101ff93db9452f5 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 25 Jun 2022 15:34:28 -0700 Subject: [PATCH] Add testing and document support for Python 3.10 Python 3.10 was released Oct 4, 2021. https://www.python.org/downloads/release/python-3100/ --- .github/workflows/codespell-private.yml | 9 +++++---- setup.py | 9 ++++++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index fa9c5fa51e2..b1fec888c2e 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -12,10 +12,11 @@ jobs: strategy: matrix: python-version: - - 3.6 - - 3.7 - - 3.8 - - 3.9 + - "3.6" + - "3.7" + - "3.8" + - "3.9" + - "3.10" name: Python ${{ matrix.python-version }} test steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 4c68124a7bf..1cde5d26144 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,14 @@ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix', - 'Operating System :: MacOS'], + 'Operating System :: MacOS', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10'], platforms='any', python_requires='>=3.6', packages=[