Skip to content

Lower minimum Python to 3.10, fix ruff config for CI#17

Merged
afloresep merged 2 commits intomasterfrom
layout_generators
Mar 24, 2026
Merged

Lower minimum Python to 3.10, fix ruff config for CI#17
afloresep merged 2 commits intomasterfrom
layout_generators

Conversation

@afloresep
Copy link
Copy Markdown
Owner

  • requires-python >= 3.10 (was 3.12)
  • Conditional typing_extensions dep for Self on <3.11
  • Build wheels for cp310-cp313 in publish workflow
  • Test matrix includes 3.10 and 3.12
  • Consolidate ruff config into pyproject.toml (ruff.toml is gitignored)
  • Fix all ruff errors: import sorting, long lines, UP035, N814

- requires-python >= 3.10 (was 3.12)
- Conditional typing_extensions dep for Self on <3.11
- Build wheels for cp310-cp313 in publish workflow
- Test matrix includes 3.10 and 3.12
- Consolidate ruff config into pyproject.toml (ruff.toml is gitignored)
- Fix all ruff errors: import sorting, long lines, UP035, N814
@afloresep afloresep merged commit bb2050b into master Mar 24, 2026
6 checks passed
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