Skip to content

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

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

Open
gvwilson opened this issue May 22, 2025 · 0 comments
Open

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

gvwilson opened this issue May 22, 2025 · 0 comments
Assignees
Labels
bug something broken javascript Pull requests that update Javascript code P1 needed for current cycle

Comments

@gvwilson
Copy link
Contributor

  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).
@gvwilson gvwilson self-assigned this May 22, 2025
@gvwilson gvwilson added bug something broken P1 needed for current cycle javascript Pull requests that update Javascript code labels May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken javascript Pull requests that update Javascript code P1 needed for current cycle
Projects
None yet
Development

No branches or pull requests

1 participant