Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add python 3.10 testing
  • Loading branch information
nikolas committed Oct 21, 2022
commit 1a2a2b5c01e945fddc26bc14549bf58daa817e08
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
py{27,35,36,37,38,39}
py{27,35,36,37,38,39,310}
flake8
isort

Expand Down