Skip to content

Commit

Permalink
MNT: support python 3.9+, since 3.8 and older are at end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Jan 7, 2025
1 parent a00a4d7 commit 3f1f674
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10']
pyqt-version: [5.12.3, 5.15.9]
env:
DISPLAY: ':99.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ as the abstraction layer for the Qt Python wrappers (PyQt5/PyQt4/PySide2/PySide)
**All tests are performed with PyQt5**.

# Prerequisites
* Python 3.7+
* Python 3.9+
* Qt 5.6 or higher
* qtpy
* PyQt5 >= 5.7 or any other Qt Python wrapper.
Expand Down
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ build:

requirements:
host:
- python
- python >=3.9
- pip
- setuptools
- pyqt =5
- qtpy
run:
- python
- python >=3.9
- six
- numpy
- scipy
Expand Down

0 comments on commit 3f1f674

Please sign in to comment.