diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 248c968086..7554683fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: [macos, ubuntu, windows] steps: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d25fdcdbeb..f0a315583a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: with: output-dir: dist env: - CIBW_BUILD: "cp39-* cp310-* cp311-*" + CIBW_BUILD: "cp39-* cp310-* cp311-* cp312*" CIBW_SKIP: "*-musllinux_*" # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating CIBW_ARCHS_LINUX: "x86_64" CIBW_ARCHS_MACOS: x86_64 arm64 diff --git a/README.rst b/README.rst index a73b86efef..01a38d9337 100644 --- a/README.rst +++ b/README.rst @@ -173,7 +173,7 @@ Other related open source software for working with weather radar data: Dependencies ============ -Py-ART is tested to work under Python 3.9, 3.10 and 3.11 +Py-ART is tested to work under Python 3.9, 3.10, 3.11, and 3.12. The required dependencies to install Py-ART in addition to Python are: diff --git a/doc/source/index.rst b/doc/source/index.rst index af5800da72..085a6eec16 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -207,7 +207,7 @@ Additional detail on installing Py-ART can be found in the installation section. Dependencies ============ -Py-ART is tested to work under Python 3.9, 3.10, and 3.11 +Py-ART is tested to work under Python 3.9, 3.10, 3.11, and 3.12. The required dependencies to install Py-ART in addition to Python are: