From patchwork Sun Dec 3 22:20:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 844039 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yqjDP17HKz9s7B for ; Mon, 4 Dec 2017 09:22:13 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="J/J4KuKr"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3yqjDN6vZlzDrcP for ; Mon, 4 Dec 2017 09:22:12 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="J/J4KuKr"; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=23.83.222.38; helo=common.ash.relay.mailchannels.net; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="J/J4KuKr"; dkim-atps=neutral Received: from common.ash.relay.mailchannels.net (common.ash.relay.mailchannels.net [23.83.222.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yqjCH0KKHzDrbr for ; Mon, 4 Dec 2017 09:21:13 +1100 (AEDT) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id CEEA9440BFB for ; Sun, 3 Dec 2017 22:21:06 +0000 (UTC) Received: from one.mxroute.com (unknown [100.96.15.30]) (Authenticated sender: mxroute) by relay.mailchannels.net (Postfix) with ESMTPA id 81125440C7D for ; Sun, 3 Dec 2017 22:21:06 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com (one-outgoing.mxroute.com [172.17.92.48]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.10.2); Sun, 03 Dec 2017 22:21:06 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-Print-Shrill: 75f5ebf1051675e6_1512339666693_2694654856 X-MC-Loop-Signature: 1512339666693:3304560245 X-MC-Ingress-Time: 1512339666692 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mGsMvfVgzojuuCU7VLggQbs7fuHLjsBjGFTBughaF5M=; b=J/J4KuKrHfXQXd9In3gC0mhx3f zuAhQ4oiIzHajccfAperyRfqzs3hpfZu5NNN+Knw1+mfWjTmFsuRLubTvzJ1chdFAXDS2XdYP4lCa qWVuV8zKN7N8WLJKCxxxMTtCB13FfaA0HEyq3XRdj8tDbI8qvn2BvXEE8J2A+viETfE6aYzqPDIdD nWwsTdHygvSN58Acjxb9+VQZIvOOxvUs/p6JhLxdVJ4bO+3A0N0jPr/gXN3eXJeDShucUGwThn6d4 GV1oQI/FylORFdyMMdme+l8lwC/xGkyHVAAJDEitu+yAwnotmcFdoz1I0pLvmufJmkZ650Dc//6BR HIfbXEjw==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH v2 3/3] Add support for Python 3.6 Date: Sun, 3 Dec 2017 22:20:56 +0000 Message-Id: <20171203222056.15410-4-stephen@that.guru> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20171203222056.15410-1-stephen@that.guru> References: <20171203222056.15410-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" This is simply a case of adding the required tox environment and updating the docs. We don't support Python 3.3 so the docs are updated accordingly. Signed-off-by: Stephen Finucane --- README.rst | 2 +- releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml | 5 +++++ tox.ini | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml diff --git a/README.rst b/README.rst index f8f44ab4..4a970ec5 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ of community projects. Requirements ------------ -- Python (2.7, 3.3 - 3.5) +- Python (2.7, 3.4 - 3.6) - Django (1.8 - 1.11) diff --git a/releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml b/releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml new file mode 100644 index 00000000..d31e17bd --- /dev/null +++ b/releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + `Python 3.6 `_ is now + supported. diff --git a/tox.ini b/tox.ini index bd8af767..b70b6057 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = pep8,py{27,34,35}-django{18,19,110,111} +envlist = pep8,py{27,34,35}-django{18,19,110,111},py36-django111 skipsdist = True [testenv]