From 64cac6e8c03704e6a0714e4f077a1837d54ac6a4 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Mon, 21 Feb 2022 15:13:42 +0100 Subject: [PATCH] Add support for Python 3.10 --- .github/workflows/main.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21f9fe7a52..df9dc6e5b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.cfg b/setup.cfg index 46088269bd..d3914ed5d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 License :: OSI Approved :: BSD License Operating System :: MacOS Operating System :: POSIX :: Linux