From 1a2a2b5c01e945fddc26bc14549bf58daa817e08 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Fri, 21 Oct 2022 11:51:26 -0400 Subject: [PATCH] Add python 3.10 testing --- .github/workflows/CI.yml | 2 +- README.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ed402f3..6b24bf8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"] steps: - uses: actions/checkout@v2 diff --git a/README.rst b/README.rst index 4ccd1ef..1488dc2 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Features -------- - Support Client part of **CAS** version 1.0, 2.0 and 3.0. -- Support Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9 +- Support Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10 Documentation diff --git a/tox.ini b/tox.ini index fb70797..c0368db 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist= - py{27,35,36,37,38,39} + py{27,35,36,37,38,39,310} flake8 isort