From c182efc656c652304a2aa8c50f5e40279a971068 Mon Sep 17 00:00:00 2001 From: "Stephen J. Fuhry" Date: Thu, 21 Oct 2021 17:32:11 +0000 Subject: [PATCH] apipkg (pytest?) has some issues with 3.11 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cdc5b9..610bba2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: # # Please bump to the latest unreleased candidate # when you come across this and have a moment to spare! - python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0-alpha.1] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0] steps: - uses: actions/checkout@master - name: set up Python ${{ matrix.python-version }}