From 1a68654ec1f8ca1eb39ac9071d9c2e23feddcd53 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Tue, 10 Jan 2023 10:09:37 -0500 Subject: [PATCH] Merge PR 18 from yizshi - Remove Python 3.6 from CI and add Python 3.11 --- .github/workflows/python-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index e662292..445b107 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -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 diff --git a/README.md b/README.md index 94c0080..83eb55f 100644 --- a/README.md +++ b/README.md @@ -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