diff --git a/mkdocs/docs/verify-release.md b/mkdocs/docs/verify-release.md index a912071fc3..bb0af96c8e 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. -!!! 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)