From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B618513835A for ; Thu, 11 Jun 2020 20:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0828E086C; Thu, 11 Jun 2020 20:33:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9746CE086C for ; Thu, 11 Jun 2020 20:33:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5430A34F18F for ; Thu, 11 Jun 2020 20:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36FA1C8 for ; Thu, 11 Jun 2020 20:33:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591907583.fe0d77d7963a11725d789c0a420c28adbf3d33eb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymysql/pymysql-0.9.3.ebuild X-VCS-Directories: dev-python/pymysql/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fe0d77d7963a11725d789c0a420c28adbf3d33eb X-VCS-Branch: master Date: Thu, 11 Jun 2020 20:33:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 439f74ae-719c-4eab-aec8-36d90c7bec3d X-Archives-Hash: 251ff5b8300221dc67c7881b9437908c commit: fe0d77d7963a11725d789c0a420c28adbf3d33eb Author: Michał Górny gentoo org> AuthorDate: Thu Jun 11 20:19:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 11 20:33:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0d77d7 dev-python/pymysql: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/pymysql/pymysql-0.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pymysql/pymysql-0.9.3.ebuild b/dev-python/pymysql/pymysql-0.9.3.ebuild index 5ab0788a13a..2a4aa6e8160 100644 --- a/dev-python/pymysql/pymysql-0.9.3.ebuild +++ b/dev-python/pymysql/pymysql-0.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1