From a759e4d82f5e140a0ba8aeccf40abb4022511939 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Tue, 25 Oct 2022 13:31:06 +0200 Subject: [PATCH] change to py3.11 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 174931a..88bad15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, '3.10', "3.11.0-rc.2"] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] fail-fast: true steps: @@ -46,7 +46,7 @@ jobs: # remove windows-latest, half tests seem to randomly pass matrix: os: [ubuntu-latest] - python-version: [3.7, 3.8, 3.9, '3.10', "3.11.0-rc.2"] + python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-rc.2] node: [12, 14, 16] fail-fast: true