There was an error while loading. Please reload this page.
1 parent 966871b commit f88f621Copy full SHA for f88f621
1 file changed
noxfile.py
@@ -60,7 +60,8 @@
60
61
DEFAULT_PYTHON_VERSION = "3.14"
62
63
-ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
+# TODO(tswast): include Python 3.15 when there are pyarrow wheels.
64
+ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14"]
65
UNIT_TEST_STANDARD_DEPENDENCIES = [
66
"mock",
67
PYTEST_VERSION,
0 commit comments