From d6b4ac54da191bdc0e18c22646339f5299d90316 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 28 Mar 2024 13:39:36 +0800 Subject: [PATCH] Tests all supported Python versions --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e263519f..699013a4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,8 @@ jobs: max-parallel: 1 # Hinet doesn't allow parallel data request fail-fast: false matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + #python-version: ["3.8", "3.12"] os: [macos-latest, ubuntu-latest] steps: