You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING_CODE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ To request a documentation change, or a change that doesn't require local testin
60
60
61
61
A [virtual environment](https://peps.python.org/pep-0405) allows you to install an independent set of Python packages to their own site directory, isolated from the base/system install of Python.
62
62
63
-
Great Expectations requires a Python version from 3.9 to 3.12.
63
+
Great Expectations requires a Python version from 3.10 to 3.13.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Learn more about how data teams are using GX Core in our featured [case studies]
24
24
25
25
## Integration support policy
26
26
27
-
GX Core supports Python `3.9` through `3.13`.
27
+
GX Core supports Python `3.10` through `3.13`.
28
28
Experimental support for Python `3.14` and later can be enabled by setting a `GX_PYTHON_EXPERIMENTAL` environment variable when installing `great_expectations`.
29
29
30
30
For data sources and other integrations that GX supports, see the [compatibility reference](https://docs.greatexpectations.io/docs/help/compatibility_reference) for additional information.
Copy file name to clipboardExpand all lines: assets/docker/mssql/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You should now be able to run the tests via `pytest --mssql`
26
26
1. If you are seeing the following error:
27
27
28
28
```
29
-
E ImportError: dlopen(/Users/phamt/code/work/great_expectations/gx_dev/lib/python3.9/site-packages/pyodbc.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace '_SQLAllocHandle'
29
+
E ImportError: dlopen(/Users/phamt/code/work/great_expectations/gx_dev/lib/python3.10/site-packages/pyodbc.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_SQLAllocHandle'
0 commit comments