Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for snakemake > 8.0 #406

Merged
merged 3 commits into from
Apr 18, 2024
Merged

Conversation

pvandyken
Copy link
Contributor

Removes the upper pin on snakemake for python versions >=3.11.

The template app tries to support all python versions >=3.8 by default, however, py311+ are pinned to snakemake>=3.8.2 to avoid the pulp issue #364.

Currently, to develop a snakemake 8 app, the pyproject template file must be manually edited to remove the old python versions.

@pvandyken pvandyken merged commit d7e5748 into khanlab:main Apr 18, 2024
34 checks passed
@pvandyken pvandyken deleted the feat/snakemake-8.0 branch April 18, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant