Skip to content

reconcile black versions in pyproject.toml and requires-optional.txt #5200

Open
@gvwilson

Description

@gvwilson
  1. pyproject.toml specifies python>=3.8.
  2. pyproject.toml also specifies black==25.1.0, which requires at least Python 3.9.
  3. requires-optional.txt specifies black==22.3.0, which is compatible with Python 3.8.
  4. We should pick a consistent version of black
  5. …that supports py311 and py312 (which 25.1.0 does but 22.3.0 doesn't).

Metadata

Metadata

Assignees

Labels

P1needed for current cyclebugsomething brokenjavascriptPull requests that update Javascript code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions