We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574d459 commit 7906921Copy full SHA for 7906921
.github/workflows/lint-and-build.yml
@@ -90,10 +90,13 @@ jobs:
90
# Only the Python version we plan on shipping matters.
91
matrix:
92
os: [windows-latest, ubuntu-22.04]
93
- python-version: ["3.12", "3.13"]
+ python-version: ["3.13"]
94
include:
95
+ # I had some Qt Wayland issues on 3.12 for ubuntu-22.04 iirc. TODO: test it
96
- os: ubuntu-22.04
- python-version: "3.11" # I had some Qt Wayland issues on 3.12 for ubuntu-22.04 iirc. TODO: test it
97
+ python-version: "3.11"
98
+ - os: ubuntu-22.04
99
+ python-version: "3.12"
100
steps:
101
- name: Checkout ${{ github.repository }}/${{ github.ref }}
102
uses: actions/checkout@v4
0 commit comments