[PATCH python] tox: Test with Python 3.6, 3.7 and 3.8

Radostin Stoyanov posted 1 patch 4 years ago
Failed in applying to current master (apply log)
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH python] tox: Test with Python 3.6, 3.7 and 3.8
Posted by Radostin Stoyanov 4 years ago
Support for Python 2.X has been dropped with commit b22e4f2.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index e8c33f1..de683b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py34
+envlist = py36,py37,py38
 
 [testenv]
 deps=
-- 
2.25.1


Re: [PATCH python] tox: Test with Python 3.6, 3.7 and 3.8
Posted by Michal Prívozník 3 years, 12 months ago
On 29. 3. 2020 9:30, Radostin Stoyanov wrote:
> Support for Python 2.X has been dropped with commit b22e4f2.
> 
> Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
> ---
>  tox.ini | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal