On 8 June 2018 at 12:15, Dylan Baker <dy...@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@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
>
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to