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

fix: pin Python version #151

Merged
merged 1 commit into from
Dec 4, 2023
Merged

fix: pin Python version #151

merged 1 commit into from
Dec 4, 2023

Conversation

balajtimate
Copy link
Contributor

Description

  • Pin Python version to <3.12 to avoid f-string related issues with newest Python release

Fixes #150

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Conventional Commits guidelines

Checklist:

  • My code changes follow the style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes
  • I have updated the project's documentation

@balajtimate balajtimate merged commit 37d6428 into dev Dec 4, 2023
11 checks passed
@balajtimate balajtimate deleted the fix_python_version branch December 4, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: wildcard inside f-strings not recognized in newer snakemake versions
2 participants