From 9afd31017a92372002d0d22593b79cb7ef91f373 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 14 Aug 2023 02:36:44 -0400 Subject: [PATCH] Update Tornado's entry in projects.yml (#1571) We've moved to github actions and added windows support. Also add a note about our use of the stable ABI which may be the most interesting part of our config. --- docs/data/projects.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index cf9937354..dbfb29d2b 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -413,8 +413,9 @@ - name: Tornado gh: tornadoweb/tornado - ci: [travisci] - os: [apple, linux] + ci: [github] + os: [linux, apple, windows] + notes: Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. - name: pytorch-fairseq gh: pytorch/fairseq