Skip to content

Commit

Permalink
Moved ci and updated supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpilz committed Feb 5, 2024
1 parent 56877bb commit 9e3558a
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
python-version: ['3.11']
steps:
- uses: actions/checkout@v4
- name: set up conda environment
Expand Down
Loading

0 comments on commit 9e3558a

Please sign in to comment.