[Piglit] [PATCH 1/4] README.md: Note that python 3.3.x+ is supported
Rhys Kidd
rhyskidd at gmail.com
Sat Jun 9 19:37:48 UTC 2018
On 8 June 2018 at 12:15, Dylan Baker <dylan at pnwbakers.com> wrote:
> ---
> README.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README.md b/README.md
> index 30d7a2b5f..2d7d95674 100644
> --- a/README.md
> +++ b/README.md
> @@ -30,7 +30,7 @@ The original tests have been taken from
>
> First of all, you need to make sure that the following are installed:
>
> - - Python 2.7.x
> + - Python 2.7.x or 3.3.x+
>
Clearer to say?:
- - Python 2.7.x
+ - Python 2.7.x or >=3.4
As you know Python 3.3.x has reached end-of-life.
Whilst piglit's code may still works with 3.3, there are a number of
dependencies which no longer do - as seen in piglit's continuous
integration testing. I'll separately send a patch for that.
- Python Mako module
> - numpy (http://www.numpy.org)
> - six (https://pypi.python.org/pypi/six)
> --
> 2.17.1
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20180609/42f7c788/attachment.html>
More information about the Piglit
mailing list