From e6d5ae0507b89d83cbd36388809778decd0ceccd Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 18 Oct 2023 09:36:13 -0400 Subject: [PATCH] Try to enable python 3.11 and 3.12 in github action --- .github/workflows/pytest.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7fa22a0..b9f4a0f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -20,9 +20,8 @@ jobs: matrix: python: - '3.10' - # 3.11 needs more work - #- '3.11' - #- '3.12' + - '3.11' + - '3.12' steps: - name: Configure environment run: |