We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c233cb commit 266c1ccCopy full SHA for 266c1cc
mkdocs/docs/verify-release.md
@@ -94,9 +94,8 @@ This section explains how to run the tests of the source distribution.
94
95
<!-- prettier-ignore-start -->
96
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/`.
+!!! note "Python Version"
+ Make sure you're using [a supported Python version](https://github.com/apache/iceberg-python/blob/main/pyproject.toml#L29-L32)
100
101
<!-- prettier-ignore-end -->
102
0 commit comments