From 631052c2c3c99eb2aa192a9f7c6c457666e56ae9 Mon Sep 17 00:00:00 2001 From: Ashley Scillitoe Date: Thu, 29 Sep 2022 10:22:23 +0100 Subject: [PATCH] Remove pin to 3.10.6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f242eb2d..77ad50d71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,12 +30,12 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ '3.7', '3.8', '3.9', '3.10.6' ] + python-version: [ '3.7', '3.8', '3.9', '3.10' ] include: # Run macos and windows tests on only one python version - os: windows-latest python-version: '3.9' # PyTorch doesn't yet have 3.10 support on Windows (https://pytorch.org/get-started/locally/#windows-python) - os: macos-latest - python-version: '3.10.6' + python-version: '3.10' steps: - name: Checkout code