From 041ade74e4eb1bef928ab2aba77d7edebccd1a16 Mon Sep 17 00:00:00 2001 From: Malik Date: Tue, 13 Feb 2024 12:47:55 -0700 Subject: [PATCH] try different python versions --- .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 20a15453..f2e47090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: brd-CI on: push: - branches: [main, reorg] + branches: [main, reorg, pythonVersion] paths-ignore: - '*.md' - 'README*' @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10'] + python-version: ['3.10', '3.11', '3.12'] os: ['ubuntu-latest', 'macos-latest'] defaults: run: