Skip to content

Commit 664afec

Browse files
committed
Drop Qt 5.11 5.12 5.13 5.14 support
1 parent c936ee3 commit 664afec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
py: ['3.7', '3.8', '3.9', '3.10']
2626
qt-lib: ['pyqt', 'pyside', 'none']
2727
include:
28-
- {py: '3.7', qt-lib: 'pyqt', qt: 'PyQt5~=5.11.0'}
28+
- {py: '3.7', qt-lib: 'pyqt', qt: 'PyQt5~=5.15.0'}
2929
- {py: '3.7', qt-lib: 'pyside', qt: 'PySide2'}
3030
- {py: '3.7', qt-lib: 'none', qt: 'none'}
3131
- {py: '3.8', qt-lib: 'pyqt', qt: 'PyQt5'}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ PyQtDarkTheme applies a flat dark theme to QtWidgets application(PySide and PyQt
44

55
Check out the [complete documentation](https://pyqtdarktheme.readthedocs.io).
66

7-
**Project status**
7+
**Project status**
88
[![PyPI Latest Release](https://img.shields.io/pypi/v/pyqtdarktheme.svg?color=orange)](https://pypi.org/project/pyqtdarktheme/)
99
[![Python Versions](https://img.shields.io/pypi/pyversions/pyqtdarktheme.svg?color=blue)](https://www.python.org/downloads/)
1010
[![Qt Versions](https://img.shields.io/badge/Qt-5%20|%206-blue.svg?&logo=Qt&logoWidth=18&logoColor=white)](https://www.qt.io/qt-for-python)
1111
[![License](https://img.shields.io/github/license/5yutan5/PyQtDarkTheme.svg?color=green)](https://github.com/5yutan5/PyQtDarkTheme/blob/main/LICENSE.txt/)
1212
[![Code style: black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/python/black)
1313

14-
**Tests**
14+
**Tests**
1515
[![tests](https://github.com/5yutan5/PyQtDarkTheme/actions/workflows/test.yml/badge.svg)](https://github.com/5yutan5/PyQtDarkTheme/actions/workflows/test.yml)
1616
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/5yutan5/PyQtDarkTheme/main.svg)](https://results.pre-commit.ci/latest/github/5yutan5/PyQtDarkTheme/main)
1717
[![codecov](https://codecov.io/gh/5yutan5/PyQtDarkTheme/branch/main/graph/badge.svg?token=RTS8O0V6SF)](https://codecov.io/gh/5yutan5/PyQtDarkTheme)
@@ -39,7 +39,7 @@ Check out the [complete documentation](https://pyqtdarktheme.readthedocs.io).
3939
## Requirements
4040

4141
- [Python 3.7+](https://www.python.org/downloads/)
42-
- Qt 5.11+
42+
- Qt 5.15+
4343
- PySide6, PyQt6, PyQt5 or PySide2
4444

4545
## Installation Method

docs/source/installation_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Dependencies
55
------------
66

77
* Python 3.7+
8-
* Qt 5.11+
8+
* Qt 5.15+
99
* PySide6, PyQt6, PyQt5 or PySide2
1010

1111
Installation

0 commit comments

Comments
 (0)