Skip to content

Commit

Permalink
try different python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Feb 13, 2024
1 parent 84de020 commit 041ade7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: brd-CI

on:
push:
branches: [main, reorg]
branches: [main, reorg, pythonVersion]
paths-ignore:
- '*.md'
- 'README*'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 041ade7

Please sign in to comment.