File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Build
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
8-
8+
99concurrency :
1010 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check generated_cpp
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88
99concurrency :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Deploy Documentation
33on :
44 push :
55 branches :
6- - master
6+ - main
77
88defaults :
99 run :
1313 build_docs :
1414 runs-on : ubuntu-latest
1515 steps :
16- - name : Checkout master
16+ - name : Checkout main
1717 uses : actions/checkout@v5
1818
1919 - name : Install Doxygen
Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ Qt framework</a>.
132132 PythonQt supports:
133133 - Python 2 (>= Python 2.7)
134134 - Python 3 (>= Python 3.6)
135- - Qt 4.x (Qt 4.7 and Qt 4.8 recommended) (not in the master branch, see below)
135+ - Qt 4.x (Qt 4.7 and Qt 4.8 recommended) (not in the main branch, see below)
136136 - Qt 5.x (Tested with Qt 5.6, 5.11, 5.12 and 5.15)
137137 - Qt 6.x (Tested with Qt 6.5 - 6.7) - support may not be complete, support for optional modules may be added as needed
138138
139139 The last working Qt4 version is available at svn branches/Qt4LastWorkingVersion or you can download the PythonQt 3.0 release.
140- The current git master branch no longer supports Qt4, since we started to make use of some Qt5-only features.
140+ The current git main branch no longer supports Qt4, since we started to make use of some Qt5-only features.
141141
142142 \section Comparison Comparison with PySide
143143
You can’t perform that action at this time.
0 commit comments