Skip to content

Conversation

@fgvieira
Copy link
Contributor

@fgvieira fgvieira commented Nov 18, 2025

  • Relax python version constraints to fix pelican and flowo plugins
  • Downgrade sphinx since v8.3.0 was deemed a bad release

Summary by CodeRabbit

  • Chores
    • Updated Python version dependency specification to support a wider range of compatible versions.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 18, 2025

📝 Walkthrough

Walkthrough

Updated dependency constraints in pixi.toml: the Python spec changed from 3.11.* to >=3.11.0,<4, and the Sphinx spec changed from >=8.3.0,<9 to >=8.2.3,<9.

Changes

Cohort / File(s) Summary
Python version constraint
pixi.toml
Changed Python dependency from 3.11.* to >=3.11.0,<4.
Sphinx version constraint
pixi.toml
Relaxed Sphinx lower bound from >=8.3.0,<9 to >=8.2.3,<9.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Check compatibility with Python versions >=3.12 and any Sphinx 8.2.x regressions if relevant.

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'env: python version' is vague and does not clearly convey the specific change being made. While it mentions python version, it lacks specificity about what was actually changed (relaxing version constraints). Use a more descriptive title like 'Relax python version constraints in pixi.toml' to clearly communicate the intent of the change.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@fgvieira fgvieira changed the title env: python version ci: python version Nov 19, 2025
@fgvieira fgvieira merged commit 44b7911 into snakemake:main Nov 19, 2025
4 checks passed
@fgvieira fgvieira deleted the python_ver branch November 19, 2025 08:13
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.

1 participant