Skip to content

Commit

Permalink
change the version
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Jun 18, 2024
1 parent 54682f7 commit ff47af4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v4
with:
miniforge-variant: Mambaforge
activate-environment: mamonca-test
Expand Down

0 comments on commit ff47af4

Please sign in to comment.