Skip to content

Commit

Permalink
leave python 3.12 out, was failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Apr 3, 2024
1 parent 9449a28 commit 001a585
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 53 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: [quality]
strategy:
matrix:
python-version: ['3.11', '3.12']
python-version: ['3.11']
steps:
- name: Setup Python environments
uses: khanlab/actions/.github/actions/[email protected]
Expand Down
7 changes: 3 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
packages = []

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
python = ">=3.11,<3.12"
snakemake = "<8.0.0"
pulp = "2.7.0"
snakebids = "0.11.0"
Expand Down

0 comments on commit 001a585

Please sign in to comment.