Skip to content

Commit

Permalink
CI: Update ci to use python 3.13, 3.12 and 3.11. CI should work as it…
Browse files Browse the repository at this point in the history
… now does for the Py-ART conda-forge recipe. (ARM-DOE#1717)
  • Loading branch information
zssherman authored Jan 7, 2025
1 parent d3796a6 commit 78a12bd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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 <https://github.com/ARM-DOE/pyart/discussions>`_ where you can ask questions and request help.

Contributing
-------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -271,7 +271,7 @@ functionality is available of the following modules are installed.

Getting help
============
Py-ART has a `mailing list <https://groups.google.com/forum/#!forum/pyart-users>`_ where you can ask questions and request help.
Py-ART has a `Discussion Forum <https://github.com/ARM-DOE/pyart/discussions>`_ where you can ask questions and request help.

Contributing
============
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- python=3.13
- numpy
- scipy
- matplotlib
Expand Down

0 comments on commit 78a12bd

Please sign in to comment.