From 78a12bdb7a804e7dca100e59a56990ac3be13b73 Mon Sep 17 00:00:00 2001 From: Zach Sherman <19153455+zssherman@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:04:32 -0600 Subject: [PATCH] CI: Update ci to use python 3.13, 3.12 and 3.11. CI should work as it now does for the Py-ART conda-forge recipe. (#1717) --- .github/workflows/ci.yml | 2 +- INSTALL.rst | 2 +- README.rst | 6 +++++- doc/source/index.rst | 4 ++-- environment.yml | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0724f46f4f..bbfb326724f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] os: [macos, ubuntu, windows] steps: diff --git a/INSTALL.rst b/INSTALL.rst index 7975fa24b9e..a9b2aff4b3b 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -7,7 +7,7 @@ Required Dependencies Py-ART requires the following software. -* Python__ 3.9x, 3.10x or 3.11x +* Python__ 3.11x, 3.12x or 3.13x __ http://www.python.org diff --git a/README.rst b/README.rst index 9d31b83471f..6d8b3652176 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, 3.11, and 3.12. +Py-ART is tested to work under Python 3.11, 3.12, and 3.13. The required dependencies to install Py-ART in addition to Python are: @@ -288,6 +288,10 @@ The latest source code can be obtained with the command:: If you are planning on making changes that you would like included in Py-ART, forking the repository is highly recommended. +Getting help +------------ +Py-ART has a `Discussion Forum `_ where you can ask questions and request help. + Contributing ------------- diff --git a/doc/source/index.rst b/doc/source/index.rst index cdaf6c9d256..3ea33801fd9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -200,7 +200,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, 3.11, and 3.12. +Py-ART is tested to work under Python 3.11, 3.12, and 3.13. The required dependencies to install Py-ART in addition to Python are: @@ -271,7 +271,7 @@ functionality is available of the following modules are installed. Getting help ============ -Py-ART has a `mailing list `_ where you can ask questions and request help. +Py-ART has a `Discussion Forum `_ where you can ask questions and request help. Contributing ============ diff --git a/environment.yml b/environment.yml index dd0fc129e9e..625e596973f 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge - defaults dependencies: - - python=3.9 + - python=3.13 - numpy - scipy - matplotlib