Skip to content

Commit d8fc4fb

Browse files
authored
PR #49: Add python 3.10 testing @nikolas
2 parents c1eb3f3 + 1a2a2b5 commit d8fc4fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
16+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Features
1616
--------
1717

1818
- Support Client part of **CAS** version 1.0, 2.0 and 3.0.
19-
- Support Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9
19+
- Support Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
2020

2121

2222
Documentation

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist=
3-
py{27,35,36,37,38,39}
3+
py{27,35,36,37,38,39,310}
44
flake8
55
isort
66

0 commit comments

Comments
 (0)