Skip to content

Commit f88f621

Browse files
authored
use 3.14 for unit prerelease and noextras
1 parent 966871b commit f88f621

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060

6161
DEFAULT_PYTHON_VERSION = "3.14"
6262

63-
ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
63+
# TODO(tswast): include Python 3.15 when there are pyarrow wheels.
64+
ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14"]
6465
UNIT_TEST_STANDARD_DEPENDENCIES = [
6566
"mock",
6667
PYTEST_VERSION,

0 commit comments

Comments
 (0)