From 8fae03f31462026feb0dc807f45c9afa77e6d1f4 Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld <5286904+arjanz@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:42:05 +0100 Subject: [PATCH] Added Python 3.11 --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index dbf09d0..232a0a9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -58,7 +58,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] target: [x64, x86] steps: - uses: actions/checkout@v2