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 Dec 21, 2023
1 parent 88e89ae commit 7060f19
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 206 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
2 changes: 1 addition & 1 deletion .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 Down
Loading

0 comments on commit 7060f19

Please sign in to comment.