This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 266c1cc1 Update release testing doc (#976)
266c1cc1 is described below
commit 266c1cc1bbf1ddbfa164341ae9567c2cd6288a8a
Author: Chinmay Bhat <[email protected]>
AuthorDate: Wed Jul 31 00:00:14 2024 +0530
Update release testing doc (#976)
---
mkdocs/docs/verify-release.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/mkdocs/docs/verify-release.md b/mkdocs/docs/verify-release.md
index a912071f..bb0af96c 100644
--- a/mkdocs/docs/verify-release.md
+++ b/mkdocs/docs/verify-release.md
@@ -94,9 +94,8 @@ This section explains how to run the tests of the source
distribution.
<!-- prettier-ignore-start -->
-!!! note "Clean environment"
- To make sure that your environment is fresh is to run the tests in a new
Docker container:
- `docker run -t -i -v $(pwd):/pyiceberg/ python:3.9 bash`. And change
directory: `cd /pyiceberg/`.
+!!! note "Python Version"
+ Make sure you're using [a supported Python
version](https://github.com/apache/iceberg-python/blob/main/pyproject.toml#L29-L32)
<!-- prettier-ignore-end -->