All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Travis-CI: Drop Python 2 from matrix
@ 2019-11-19 10:43 Petr Lautrbach
  2019-11-20 13:06 ` Stephen Smalley
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Lautrbach @ 2019-11-19 10:43 UTC (permalink / raw)
  To: selinux; +Cc: Petr Lautrbach

As a result of Python 2 sunset - https://www.python.org/doc/sunset-python-2/ -
Python 2 code will not be supported in this project anymore and new Python code
should be written only for Python 3.

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7a9e73ce55db..e9f86baa4e6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,8 @@ env:
     - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=bfd
 
     # Test several Python versions
-    - PYVER=python2.7 RUBYLIBVER=2.6
     - PYVER=python3.5 RUBYLIBVER=2.6
     - PYVER=python3.6 RUBYLIBVER=2.6
-    - PYVER=pypy2.7-6.0 RUBYLIBVER=2.6
     - PYVER=pypy3.5-6.0 RUBYLIBVER=2.6
 
     # Test several Ruby versions (http://rubies.travis-ci.org/)
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Travis-CI: Drop Python 2 from matrix
  2019-11-19 10:43 [PATCH] Travis-CI: Drop Python 2 from matrix Petr Lautrbach
@ 2019-11-20 13:06 ` Stephen Smalley
  2019-11-21 17:07   ` Stephen Smalley
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Smalley @ 2019-11-20 13:06 UTC (permalink / raw)
  To: Petr Lautrbach, selinux

On 11/19/19 5:43 AM, Petr Lautrbach wrote:
> As a result of Python 2 sunset - https://www.python.org/doc/sunset-python-2/ -
> Python 2 code will not be supported in this project anymore and new Python code
> should be written only for Python 3.
> 
> Signed-off-by: Petr Lautrbach <plautrba@redhat.com>

Acked-by: Stephen Smalley <sds@tycho.nsa.gov>

> ---
>   .travis.yml | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 7a9e73ce55db..e9f86baa4e6f 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -17,10 +17,8 @@ env:
>       - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=bfd
>   
>       # Test several Python versions
> -    - PYVER=python2.7 RUBYLIBVER=2.6
>       - PYVER=python3.5 RUBYLIBVER=2.6
>       - PYVER=python3.6 RUBYLIBVER=2.6
> -    - PYVER=pypy2.7-6.0 RUBYLIBVER=2.6
>       - PYVER=pypy3.5-6.0 RUBYLIBVER=2.6
>   
>       # Test several Ruby versions (http://rubies.travis-ci.org/)
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Travis-CI: Drop Python 2 from matrix
  2019-11-20 13:06 ` Stephen Smalley
@ 2019-11-21 17:07   ` Stephen Smalley
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Smalley @ 2019-11-21 17:07 UTC (permalink / raw)
  To: Petr Lautrbach, selinux

On 11/20/19 8:06 AM, Stephen Smalley wrote:
> On 11/19/19 5:43 AM, Petr Lautrbach wrote:
>> As a result of Python 2 sunset - 
>> https://www.python.org/doc/sunset-python-2/ -
>> Python 2 code will not be supported in this project anymore and new 
>> Python code
>> should be written only for Python 3.
>>
>> Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
> 
> Acked-by: Stephen Smalley <sds@tycho.nsa.gov>

Thanks, applied.

> 
>> ---
>>   .travis.yml | 2 --
>>   1 file changed, 2 deletions(-)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index 7a9e73ce55db..e9f86baa4e6f 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -17,10 +17,8 @@ env:
>>       - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=bfd
>>       # Test several Python versions
>> -    - PYVER=python2.7 RUBYLIBVER=2.6
>>       - PYVER=python3.5 RUBYLIBVER=2.6
>>       - PYVER=python3.6 RUBYLIBVER=2.6
>> -    - PYVER=pypy2.7-6.0 RUBYLIBVER=2.6
>>       - PYVER=pypy3.5-6.0 RUBYLIBVER=2.6
>>       # Test several Ruby versions (http://rubies.travis-ci.org/)
>>
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-21 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19 10:43 [PATCH] Travis-CI: Drop Python 2 from matrix Petr Lautrbach
2019-11-20 13:06 ` Stephen Smalley
2019-11-21 17:07   ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.