Skip to content

Commit

Permalink
Op(Enum) should fall down on python 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph Grunschlag committed Dec 15, 2022
1 parent 12c1e5e commit df92197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit df92197

Please sign in to comment.