From f493adbebcd41ae2f39846b8b0868f9991d13374 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Mon, 12 Jul 2021 20:02:08 +0200 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f30c9c3..4bc4853 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -36,7 +36,7 @@ For debugging options, run:: The Python version badge in the README is generated with pybadges:: - python -m pybadges --left-text=Python --right-text="3.6 | 3.7 | 3.8 | 3.9" > images/python_version_badge.svg + python -m pybadges --left-text=Python --right-text="3.7 | 3.8 | 3.9" > images/python_version_badge.svg The `website `_ is hosted via Github pages from the gh-pages branch. You can run it locally if you have Ruby and bundler installed::