Skip to content

Commit

Permalink
Add testing for 3.12
Browse files Browse the repository at this point in the history
Cap snakemake below 8.0 until we can build compatibility
  • Loading branch information
pvandyken committed Jan 11, 2024
1 parent bb9e3ea commit fd57354
Show file tree
Hide file tree
Showing 6 changed files with 595 additions and 525 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: khanlab/actions/.github/actions/[email protected]
id: setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: [ 'quality' ]
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: khanlab/actions/.github/actions/[email protected]
id: setup
Expand All @@ -55,7 +55,7 @@ jobs:
needs: [ 'build-cache-env' ]
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
split: ['1', '2', '3', '4', '5']
fail-fast: false
steps:
Expand Down
Loading

0 comments on commit fd57354

Please sign in to comment.