From bfc5a82cfa474264424530693f75e183187d4ce8 Mon Sep 17 00:00:00 2001 From: Lu Weizheng Date: Tue, 5 Nov 2024 08:41:03 +0800 Subject: [PATCH] bld --- .github/workflows/python.yaml | 14 +++++++------- doc/source/getting_started/installation.rst | 2 +- python/setup.cfg | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c64f0f727..f2078b68b 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -86,21 +86,21 @@ jobs: - { os: windows-latest, module: kubernetes} - { os: macos-13, module: kubernetes} include: - - { os: ubuntu-latest, module: _mars/dataframe, python-version: 3.9 } - - { os: ubuntu-latest, module: learn, python-version: 3.9 } - - { os: ubuntu-latest, module: mars-core, python-version: 3.9 } - - { os: ubuntu-20.04, module: hadoop, python-version: 3.9 } + - { os: ubuntu-latest, module: _mars/dataframe, python-version: 3.11 } + - { os: ubuntu-latest, module: learn, python-version: 3.11 } + - { os: ubuntu-latest, module: mars-core, python-version: 3.12 } + - { os: ubuntu-20.04, module: hadoop, python-version: 3.11 } - { os: ubuntu-latest, module: vineyard, python-version: 3.11 } - { os: ubuntu-latest, module: external-storage, python-version: 3.11 } # always test compatibility with the latest version # - { os: ubuntu-latest, module: compatibility, python-version: 3.9 } - - { os: ubuntu-latest, module: doc-build, python-version: 3.9 } + - { os: ubuntu-latest, module: doc-build, python-version: 3.11 } - { os: self-hosted, module: gpu, python-version: 3.11} - - { os: ubuntu-latest, module: jax, python-version: 3.9 } + - { os: ubuntu-latest, module: jax, python-version: 3.11 } # a self-hosted runner which needs computing resources, activate when necessary # - { os: juicefs-ci, module: kubernetes-juicefs, python-version: 3.9 } # - { os: ubuntu-latest, module: slurm, python-version: 3.9 } - - { os: ubuntu-latest, module: datasets, python-version: 3.9 } + - { os: ubuntu-latest, module: datasets, python-version: 3.11 } - { os: ubuntu-latest, module: kubernetes, python-version: 3.11 } steps: - name: Check out code diff --git a/doc/source/getting_started/installation.rst b/doc/source/getting_started/installation.rst index cce31e2ff..f252edca4 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -30,8 +30,8 @@ an older version of pandas, you should either upgrade your pandas or downgrade X ======= =================== ======== ========= ========== =========== =========== Xorbits Python `NumPy`_ `pandas`_ `xgboost`_ `lightgbm`_ `datasets`_ ======= =================== ======== ========= ========== =========== =========== -0.7.4 3.9,3.10,3.11 1.26.4 2.2.3 2.1.1 4.5.0 3.0.1 0.8.0 3.9,3.10,3.11,3.12 2.1.3 2.2.3 2.1.2 4.5.0 3.1.0 +0.7.4 3.9,3.10,3.11 1.26.4 2.2.3 2.1.1 4.5.0 3.0.1 ======= =================== ======== ========= ========== =========== =========== .. _`NumPy`: https://numpy.org diff --git a/python/setup.cfg b/python/setup.cfg index 4ee3df4c3..c79bc4b67 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -15,6 +15,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries