Skip to content

Commit a512986

Browse files
authored
Merge pull request #2127 from jaimergp/empty-packages
Update list of empty packages
2 parents aecbeb1 + 9a0b22a commit a512986

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,12 +1402,13 @@ can be controlled with `run_constrained`, even for packages not available on all
14021402

14031403
Currently available packages:
14041404

1405-
| Name | Available on: | Empty on: |
1406-
| ------------------ | ----------------- | ------------ |
1407-
| dataclasses | python >=3.6,<3.7 | python >=3.7 |
1408-
| enum34 | python =2.7 | python >=3.4 |
1409-
| typing | | python >=3 |
1410-
| pywin32-on-windows | windows | unix |
1405+
| Name | Available on: | Empty on: |
1406+
| ------------------ | ------------------ | ------------- |
1407+
| backports.strenum | python >=3.8,<3.11 | python >=3.12 |
1408+
| dataclasses | python >=3.6,<3.7 | python >=3.7 |
1409+
| enum34 | python =2.7 | python >=3.4 |
1410+
| pywin32-on-windows | windows | unix |
1411+
| typing | | python >=3 |
14111412

14121413
<a id="knowledge-all-installs"></a>
14131414

0 commit comments

Comments
 (0)