samredai commented on a change in pull request #4021:
URL: https://github.com/apache/iceberg/pull/4021#discussion_r801116364
##########
File path: python/tox.ini
##########
@@ -16,7 +16,7 @@
# under the License.
[tox]
-envlist = py37,py38,py39,linters
+envlist = py38,py39,linters
Review comment:
You're absolutely right, I was getting an import error and thought it
wasn't in the backport, but I was expecting an override of the normal typing
import line. I'll update this to use `from typing_extensions` and add back 3.7.
Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]