Skip to content

Commit

Permalink
CI: Remove python 3.8 and update documentation to reflect releases an…
Browse files Browse the repository at this point in the history
…d CI testing. (#1395)

* CI: Remove build for wheels python 3.8

* DOC: Update docs to represent Python Versions.
  • Loading branch information
zssherman authored Mar 7, 2023
1 parent 73d9c91 commit 06f2159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
output-dir: dist
env:
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"
CIBW_BUILD: "cp39-* cp310-* cp311-*"
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
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.6.x, 3.7.x, 3.8x, 3.9x or 3.10x
* Python__ 3.9x, 3.10x or 3.11x

__ http://www.python.org

Expand Down
2 changes: 1 addition & 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.6, 3.7, 3.8, 3.9 and 3.10
Py-ART is tested to work under Python 3.9, 3.10 and 3.11

The required dependencies to install Py-ART in addition to Python are:

Expand Down

0 comments on commit 06f2159

Please sign in to comment.