From df9219719ceba76e8f1bcd5c097788c651e8b7c0 Mon Sep 17 00:00:00 2001 From: Zeph Grunschlag Date: Thu, 15 Dec 2022 17:50:20 -0600 Subject: [PATCH] `Op(Enum)` should fall down on python 3.11.1 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84340d079..ddc7da01b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: container: python:${{ matrix.python }} strategy: matrix: - python: ["3.10"] + python: ["3.10", "3.11"] steps: - run: python3 --version - name: Check out code @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python: [ "3.10" ] + python: ["3.10", "3.11"] steps: - name: Check out code uses: actions/checkout@v2