Skip to content

Commit

Permalink
CI: Update bindings upper bound version to 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Aug 11, 2023
1 parent 9d1f3ed commit 68a3319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
pyside6-version: '6.4' # Python 3.11 needs 6.4+
- use-conda: 'Yes'
skip-pyqt6: true # No PyQt6 conda packages yet
pyside6-version: '6.4' # Conda only has 6.4+
pyside6-version: '6.5' # Test upper bound
- use-conda: 'No'
pyqt5-version: '5.15' # Test with latest optional packages
- python-version: '3.7'
Expand All @@ -84,7 +84,7 @@ jobs:
- os: macos-latest
python-version: '3.7'
use-conda: 'No'
pyqt6-version: 6.4 # Test upper bound
pyqt6-version: 6.5 # Test upper bound
pyside2-version: 5.15 # Test upper bound
steps:
- name: Checkout branch
Expand Down

0 comments on commit 68a3319

Please sign in to comment.