Change in code/re2[abseil]: Python 3.6 will be EOL as of 2021-12-23.

10 views
Skip to first unread message

Paul Wankadia (Gerrit)

unread,
Dec 16, 2021, 9:51:04 AM12/16/21
to Paul Wankadia, re2...@googlegroups.com

Paul Wankadia has uploaded this change for review.

View Change

Python 3.6 will be EOL as of 2021-12-23.

Stop producing wheels for Python 3.6.
Start producing wheels for Python 3.10.
Specify Python 3.7 in metadata.

Change-Id: I4ee3afe7609622a887c63d344274b0ddc12ffc19
---
M python/pypi.sh
M python/setup.py
2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/python/pypi.sh b/python/pypi.sh
index a4fc4e0..7f617a9 100755
--- a/python/pypi.sh
+++ b/python/pypi.sh
@@ -10,10 +10,10 @@
)

TAGS=(
- 'cp36-cp36m'
'cp37-cp37m'
'cp38-cp38'
'cp39-cp39'
+ 'cp310-cp310'
)

SRCDIR=$(readlink --canonicalize $(dirname $0))
diff --git a/python/setup.py b/python/setup.py
index 0482d68..b535113 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -59,9 +59,9 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: C++',
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
],
ext_modules=[ext_module],
py_modules=['re2'],
- python_requires='~=3.6',
+ python_requires='~=3.7',
)

To view, visit change 59510. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: re2
Gerrit-Branch: abseil
Gerrit-Change-Id: I4ee3afe7609622a887c63d344274b0ddc12ffc19
Gerrit-Change-Number: 59510
Gerrit-PatchSet: 1
Gerrit-Owner: Paul Wankadia <jun...@google.com>
Gerrit-MessageType: newchange

Justin Lebar (Gerrit)

unread,
Dec 16, 2021, 12:53:12 PM12/16/21
to Paul Wankadia, Randall Bosetti, re2...@googlegroups.com

Attention is currently required from: Randall Bosetti, Paul Wankadia.

Patch set 1:Code-Review +1

View Change

    To view, visit change 59510. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: re2
    Gerrit-Branch: abseil
    Gerrit-Change-Id: I4ee3afe7609622a887c63d344274b0ddc12ffc19
    Gerrit-Change-Number: 59510
    Gerrit-PatchSet: 1
    Gerrit-Owner: Paul Wankadia <jun...@google.com>
    Gerrit-Reviewer: Justin Lebar <jle...@google.com>
    Gerrit-Reviewer: Randall Bosetti <r...@google.com>
    Gerrit-Attention: Randall Bosetti <r...@google.com>
    Gerrit-Attention: Paul Wankadia <jun...@google.com>
    Gerrit-Comment-Date: Thu, 16 Dec 2021 17:53:05 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    Gerrit-MessageType: comment

    Paul Wankadia (Gerrit)

    unread,
    Dec 16, 2021, 12:53:50 PM12/16/21
    to Paul Wankadia, Justin Lebar, Randall Bosetti, re2...@googlegroups.com

    Attention is currently required from: Randall Bosetti.

    Patch set 1:Code-Review +2

    View Change

      To view, visit change 59510. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: re2
      Gerrit-Branch: abseil
      Gerrit-Change-Id: I4ee3afe7609622a887c63d344274b0ddc12ffc19
      Gerrit-Change-Number: 59510
      Gerrit-PatchSet: 1
      Gerrit-Owner: Paul Wankadia <jun...@google.com>
      Gerrit-Reviewer: Justin Lebar <jle...@google.com>
      Gerrit-Reviewer: Paul Wankadia <jun...@google.com>
      Gerrit-Reviewer: Randall Bosetti <r...@google.com>
      Gerrit-Attention: Randall Bosetti <r...@google.com>
      Gerrit-Comment-Date: Thu, 16 Dec 2021 17:53:44 +0000

      Paul Wankadia (Gerrit)

      unread,
      Dec 16, 2021, 12:53:53 PM12/16/21
      to Paul Wankadia, Justin Lebar, Randall Bosetti, re2...@googlegroups.com

      Paul Wankadia submitted this change.

      View Change


      Approvals: Paul Wankadia: Looks good to me, approved Justin Lebar: Looks good to me, but someone else must approve
      Python 3.6 will be EOL as of 2021-12-23.

      Stop producing wheels for Python 3.6.
      Start producing wheels for Python 3.10.
      Specify Python 3.7 in metadata.

      Change-Id: I4ee3afe7609622a887c63d344274b0ddc12ffc19
      Reviewed-on: https://code-review.googlesource.com/c/re2/+/59510
      Reviewed-by: Justin Lebar <jle...@google.com>
      Reviewed-by: Paul Wankadia <jun...@google.com>

      ---
      M python/pypi.sh
      M python/setup.py
      2 files changed, 19 insertions(+), 3 deletions(-)

      To view, visit change 59510. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: re2
      Gerrit-Branch: abseil
      Gerrit-Change-Id: I4ee3afe7609622a887c63d344274b0ddc12ffc19
      Gerrit-Change-Number: 59510
      Gerrit-PatchSet: 2
      Gerrit-Owner: Paul Wankadia <jun...@google.com>
      Gerrit-Reviewer: Justin Lebar <jle...@google.com>
      Gerrit-Reviewer: Paul Wankadia <jun...@google.com>
      Gerrit-Reviewer: Randall Bosetti <r...@google.com>
      Gerrit-MessageType: merged
      Reply all
      Reply to author
      Forward
      0 new messages