From 3f178d49f2db47c4649a12efe1517b1e293974ca Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Wed, 1 Jun 2022 16:03:55 +0200 Subject: [PATCH] Clean up comment after !1302 --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e37b4ad5..5365620cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,6 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] experimental: [false] python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7", "pypy-3.8"] - # Do not test on Python 3.11 pre-releases since wrapt causes problems: https://github.com/GrahamDumpleton/wrapt/issues/196 include: # Only test on a single configuration while there are just pre-releases - os: ubuntu-latest