diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-10-18 18:17:12 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-10-18 19:24:46 +0200 |
| commit | 57ceb48ecb3004f1ec76bdada77fa9962d7e1acf (patch) | |
| tree | b18ce062f6d55b725e113dcf58e42f8aa58b2fe8 /dev-python | |
| parent | 6734d9134b3f373f0889c46be9aba4ce71e85968 (diff) | |
| download | gentoo-57ceb48ecb3004f1ec76bdada77fa9962d7e1acf.tar.gz gentoo-57ceb48ecb3004f1ec76bdada77fa9962d7e1acf.tar.bz2 gentoo-57ceb48ecb3004f1ec76bdada77fa9962d7e1acf.zip | |
dev-python/pyarrow: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyarrow/pyarrow-21.0.0.ebuild | 3 | ||||
| -rw-r--r-- | dev-python/pyarrow/pyarrow-9999.ebuild | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pyarrow/pyarrow-21.0.0.ebuild b/dev-python/pyarrow/pyarrow-21.0.0.ebuild index 6d1bc8f84084..91da25692a40 100644 --- a/dev-python/pyarrow/pyarrow-21.0.0.ebuild +++ b/dev-python/pyarrow/pyarrow-21.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 multiprocessing @@ -94,6 +94,7 @@ python_test() { # fragile memory tests tests/test_csv.py::TestSerialStreamingCSVRead::test_batch_lifetime tests/test_csv.py::TestThreadedStreamingCSVRead::test_batch_lifetime + tests/test_array.py::test_to_pandas_zero_copy # takes forever, and manages to generate timedeltas over 64 bits tests/test_strategies.py "tests/test_array.py::test_pickling[builtin_pickle]" diff --git a/dev-python/pyarrow/pyarrow-9999.ebuild b/dev-python/pyarrow/pyarrow-9999.ebuild index 46e43f45b16a..10c244d8ebe5 100644 --- a/dev-python/pyarrow/pyarrow-9999.ebuild +++ b/dev-python/pyarrow/pyarrow-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 git-r3 multiprocessing |
