Skip to content

Commit

Permalink
more python 3.8 drops
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 27, 2024
1 parent 92467e8 commit 525fcd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,18 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.12", "3.13"]
python-version: ["3.9", "3.11", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: "3.8"
- python-version: "3.9"
os: ubuntu-latest
numpy: "==1.23.5"
numpy: "~=1.25"
- python-version: "3.10"
os: ubuntu-latest
numpy: "~=1.26"
- python-version: "3.9"
os: windows-latest
numpy: ">=2.0.0b1"
- python-version: "3.12"
os: ubuntu-latest
numpy: ">=2.0.0b1"
numpy: ">=2.0.0"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Because pymmcore is distributed separately from Micro-Manager, it needs to be

## Installing

Suports Python 3.8 or later and Windows, macOS, and Linux (all 64-bit).
Suports Python 3.9 or later and Windows, macOS, and Linux (all 64-bit).

```
pip install pymmcore
Expand Down

0 comments on commit 525fcd0

Please sign in to comment.