Skip to content

Commit

Permalink
do not test pyqt6 with python3.7: no more available
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Dec 5, 2023
1 parent 1247f45 commit f8ec2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name-suffix: "PyQt6 wheel"
os: ubuntu-latest
python-version: '3.7'
python-version: '3.11'
BUILD_OPTION: --wheel
QT_BINDING: PyQt6
RUN_TESTS_OPTIONS: --qt-binding=PyQt6 --no-opengl --low-mem
Expand Down

0 comments on commit f8ec2cd

Please sign in to comment.