diff --git a/docs/markdown/Python/python/python-interpreter-compatibility.md b/docs/markdown/Python/python/python-interpreter-compatibility.md index 08d4592149e..7cb2497491b 100644 --- a/docs/markdown/Python/python/python-interpreter-compatibility.md +++ b/docs/markdown/Python/python/python-interpreter-compatibility.md @@ -12,7 +12,7 @@ Configure your default Python interpreter compatibility constraints in `pants.to ```toml pants.toml [python] -interpreter_constraints = ["CPython==3.8.*"] +interpreter_constraints = ["CPython==3.11.*"] ``` The value can be any valid Requirement-style strings. You can use multiple strings to OR constraints, and use commas within each string to AND constraints. For example: