From b5ec192157461f7feb326846d4323c633658b861 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sun, 12 Dec 2021 17:00:50 -0800 Subject: [PATCH] chore: add Python 3.11 testing Add a unit test for Python 3.11. This will use the latest version of Python 3.11 that is available from https://github.com/actions/python-versions/ At this time it is 3.11.0-alpha.2 but will move forward over time until the final 3.11 release and updates. So 3.11.0, 3.11.1, ... will be matched. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d13f6006b..cc012bd26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,8 @@ jobs: toxenv: py39 - version: "3.10" toxenv: py310,smoke + - version: '3.11.0-alpha - 3.11' # SemVer's version range syntax + toxenv: py311,smoke include: - os: macos-latest python: