Skip to content

Commit

Permalink
Merge pull request #490 from nucleic/qtpy-dep
Browse files Browse the repository at this point in the history
bump qtpy minimal required version for Qt6
  • Loading branch information
MatthieuDartiailh committed Jun 9, 2022
2 parents 1a7d9c9 + 6854c86 commit 6c02905
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- "examples/**"
- "tests/**"
- setup.py
- pyproject.toml

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- "examples/**"
- "docs/**"
- setup.py
- pyproject.toml

jobs:
docs:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dynamic=["version"]
[project.optional-dependencies]
qt5-pyqt = ["qtpy", "pyqt5"]
qt5-pyside = ["qtpy", "pyside2"]
qt6-pyqt = ["qtpy>=2.0.1", "pyqt6>=6.2"]
qt6-pyside = ["qtpy>=2.0.1", "pyside6>=6.2.3"]
qt6-pyqt = ["qtpy>=2.1.0", "pyqt6>=6.2"]
qt6-pyside = ["qtpy>=2.1.0", "pyside6>=6.2.3"]

[project.urls]
homepage = "https://github.com/nucleic/enaml"
Expand Down
4 changes: 4 additions & 0 deletions releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Enaml Release Notes

Dates are written as DD/MM/YYYY

0.15.1 - unreleased
-------------------
- bump qtpy minimal required version for Qt6 PR #490

0.15.0 - 31/03/2022
-------------------
- make install PEP 517 compliant and use a PEP 621 compliant pyproject.toml PR #485
Expand Down

0 comments on commit 6c02905

Please sign in to comment.