From 2a50a17c9e744434356ab7277243e5a9a5596a69 Mon Sep 17 00:00:00 2001 From: Alexander Guschin <1aguschin@gmail.com> Date: Tue, 1 Nov 2022 15:47:02 +0600 Subject: [PATCH] Add Python 3.10 --- .github/workflows/check-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-test-release.yml b/.github/workflows/check-test-release.yml index 4e294523..a1fae917 100644 --- a/.github/workflows/check-test-release.yml +++ b/.github/workflows/check-test-release.yml @@ -54,7 +54,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python: ["3.7", "3.8", "3.9"] + python: ["3.7", "3.8", "3.9", "3.10"] exclude: # no HDF5 support installed for tables - os: windows-latest