Skip to content

Commit

Permalink
Merge branch 'main' into release/0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Oct 22, 2024
2 parents 909c83e + c7b3027 commit b087f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
{ image: '24.1.0', version: '241' },
{ image: '24.2.0', version: '242' },
]
python-version: ['3.10'] #, '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']
steps:
- name: "Install Git and clone project"
uses: actions/checkout@v4
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.10'] #, '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']
steps:
- name: "Install Git and clone project"
uses: actions/checkout@v4
Expand Down

0 comments on commit b087f35

Please sign in to comment.