This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Commit 33e1c4c
committed
pyproject: Fix for Python 3.10
Here's what the poetry solver has to say:
---
The current project's Python requirement (3.10.0rc1) is not compatible
with some of the required packages Python requirement:
- dataclasses requires Python >=3.6, <3.7, so it will not be
- satisfied for Python 3.10.0rc1
Because dataclasses (0.8) requires Python >=3.6, <3.7
and no versions of dataclasses match >=0.6,<0.8 || >0.8, dataclasses
is forbidden.
So, because cli-ui depends on black (21.6b0) which depends on
dataclasses (>=0.6), version solving failed.
---1 parent 6fac71b commit 33e1c4c
2 files changed
Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments