From 39fa3dac9e734b5f7acfef2aee6aeedf14e8c7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Tue, 16 Jan 2024 11:57:11 -0600 Subject: [PATCH] restore python versions --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fc1075f8..1aa7965c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,8 +77,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10'] - # python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - name: Clone repo uses: actions/checkout@v3 @@ -111,8 +110,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.10'] - # python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - name: Clone repo uses: actions/checkout@v3