From fdaaf52672aa266d37666eb37e3e2a3be8e60bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 3 Mar 2020 09:14:50 +0100 Subject: [PATCH] Updated Scrapy release procedure (markdown) --- Scrapy-release-procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scrapy-release-procedure.md b/Scrapy-release-procedure.md index d292799..02b853b 100644 --- a/Scrapy-release-procedure.md +++ b/Scrapy-release-procedure.md @@ -59,7 +59,7 @@ git push upstream 1.2 1.2.3 New Scrapy versions are automatically deployed on the [Python PackageIndex](https://pypi.org/project/Scrapy/) through [Travis CI](https://travis-ci.org/scrapy/scrapy/builds), at the -end of the Python 2.7 job of the tag build. +end of the Python 3.7 job of the tag build. ## Read the Docs