diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-06-30 20:59:48 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-06-30 20:59:48 +0200 |
commit | 79662ecf4e1469282447bd861e4d6836d75937ec (patch) | |
tree | c9f5ef1044315650c060b8e1a8c8c39ac9884c2b /dev-python/httpx | |
parent | dev-python/pytest-sanic: drop py3_6 (diff) | |
download | guru-79662ecf4e1469282447bd861e4d6836d75937ec.tar.gz guru-79662ecf4e1469282447bd861e4d6836d75937ec.tar.bz2 guru-79662ecf4e1469282447bd861e4d6836d75937ec.zip |
dev-python/httpx: drop py3_6
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r-- | dev-python/httpx/httpx-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/httpx/httpx-0.12.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/httpx/httpx-0.13.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/httpx/httpx-0.9.3.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild index c11a91991..1da6e4195 100644 --- a/dev-python/httpx/httpx-0.11.1.ebuild +++ b/dev-python/httpx/httpx-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 diff --git a/dev-python/httpx/httpx-0.12.1.ebuild b/dev-python/httpx/httpx-0.12.1.ebuild index dd4c1f3c9..0f081affd 100644 --- a/dev-python/httpx/httpx-0.12.1.ebuild +++ b/dev-python/httpx/httpx-0.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material" diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild index 57009b0c4..002146803 100644 --- a/dev-python/httpx/httpx-0.13.3.ebuild +++ b/dev-python/httpx/httpx-0.13.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material" diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild index c21cd73c4..93c2c6b5f 100644 --- a/dev-python/httpx/httpx-0.9.3.ebuild +++ b/dev-python/httpx/httpx-0.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 |