Skip to content

Commit

Permalink
Merge PR 18 from yizshi - Remove Python 3.6 from CI and add Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jan 10, 2023
1 parent 1a3f9d0 commit 1a68654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
This SDK allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any Python3 web login form. Only Python 3 is supported.

## Tested Against Python Versions:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11

## What's here:
* `duo_universal` - The Python Duo SDK for interacting with the Duo Universal Prompt
Expand Down

0 comments on commit 1a68654

Please sign in to comment.