Skip to content

Commit 266c1cc

Browse files
authored
Update release testing doc (#976)
1 parent 3c233cb commit 266c1cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mkdocs/docs/verify-release.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ This section explains how to run the tests of the source distribution.
9494

9595
<!-- prettier-ignore-start -->
9696

97-
!!! note "Clean environment"
98-
To make sure that your environment is fresh is to run the tests in a new Docker container:
99-
`docker run -t -i -v $(pwd):/pyiceberg/ python:3.9 bash`. And change directory: `cd /pyiceberg/`.
97+
!!! note "Python Version"
98+
Make sure you're using [a supported Python version](https://github.com/apache/iceberg-python/blob/main/pyproject.toml#L29-L32)
10099

101100
<!-- prettier-ignore-end -->
102101

0 commit comments

Comments
 (0)