From 2480a54f1e02b01d4da0cc541095d9053c3bca42 Mon Sep 17 00:00:00 2001 From: Geo Maciolek Date: Mon, 30 Aug 2021 12:43:04 -0400 Subject: [PATCH] CONTRIBUTING: upd. Python versions, point away from Travis Likely missing a lot of needed changes here, but, I've updated this to only include the Python versions in the github workflows `test.yaml`. (I left in PyPy - no idea if that's appropriate.) --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a703107..222ebe7 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -101,8 +101,8 @@ Before you submit a pull request, check that it meets these guidelines: 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. -3. The pull request should work for Python 2.6, 2.7, 3.4, 3.5, 3.6 and for PyPy. Check - https://travis-ci.org/metachris/logzero/pull_requests +3. The pull request should work for Python 3.6, 3.7, 3.8 and for PyPy. Check + `.github/workflows/test.yaml `_ and make sure that the tests pass for all supported Python versions. Tips