Skip to content

Commit d43174c

Browse files
authored
Add lib3to6 (#286)
1 parent e252235 commit d43174c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ These projects pledge to drop Python 2 support in or before 2020.
113113
- [![](https://raw.githubusercontent.com/GeoStat-Framework/GSTools/master/docs/source/pics/gstools.png)GSTools](https://github.com/GeoStat-Framework/GSTools) <!-- url:https://github.com/GeoStat-Framework/GSTools sg:38 -->
114114
- [![](assets/cantor.png)Cantor](https://cantor.kde.org)
115115
- [![](assets/docraptor.svg)DocRaptor](https://docraptor.com) <!-- url:https://github.com/DocRaptor/docraptor-python sg:12 -->
116+
- [![](assets/lib3to6.png)lib3to6](https://github.com/mbarkhau/lib3to6) <!-- url:https://github.com/mbarkhau/lib3to6 sg:4 -->
116117

117118
<!-- Adding a new project with a logo? They're roughly sorted by GitHub stars.
118119
Try to insert yours in order. We use judgment for projects not on GiHhub, and

assets/lib3to6.png

1.73 KB
Loading

site.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ $(document).ready(function (){
350350
'Neural Network Libraries': [
351351
{ content:'Python 2 & 3', start: '2017-07-22', end: '2019-12-31', py2:true},
352352
{ content:'Python 3 only', start: '2020-01-01', end: '2023-12-31', py2:false},
353+
],
354+
'lib3to6': [
355+
{ content:'Python 3 only', start: '2018-09-01', end: '2023-12-31', py2:false},
353356
]
354357

355358
// for tests, rando example

0 commit comments

Comments
 (0)