From 05a98200f944d55cd313ef37e71645c4fb0503d0 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:14:13 -0500 Subject: [PATCH] ci: Test on Python 3.11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e122777..4a96f2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: [3.6, 3.7, 3.8, 3.9, '3.10', pypy-3.7] + python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.7] exclude: # UnicodeDecodeError - os: windows-latest