Skip to content

Commit

Permalink
Test on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jan 18, 2024
1 parent 9c2acb7 commit b3029e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
environment-file: environments/dev-environment.yaml
init-shell: powershell
create-args: >-
python=3.11
python=3.12
- name: install conda-lock
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ "3.8", "3.11" ]
python-version: [ "3.8", "3.12" ]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit b3029e1

Please sign in to comment.