We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d764bbe commit 68fb689Copy full SHA for 68fb689
1 file changed
.github/workflows/main.yml
@@ -44,9 +44,6 @@ jobs:
44
qt-version: pyside2
45
- python-version: "3.14-dev"
46
47
- # To be removed when pyqt6 supports this
48
- - python-version: "3.14-dev"
49
- qt-version: pyqt6
50
# pyside6 and pyqt6 require python >=3.9
51
- python-version: "3.8"
52
qt-version: pyside6
@@ -114,6 +111,9 @@ jobs:
114
111
# - name: Run mypy
115
112
# run: poetry run mypy
116
113
+ - name: Delete any stray venvs
+ run: poetry env info -p >/dev/null 2>&1 && poetry env remove python
+
117
- name: Install Qt
118
run: poetry run pip install --ignore-installed ${{ matrix.qt-version }}
119
0 commit comments