Skip to content

Commit 4b69d34

Browse files
committed
Rename master to main
- see #144
1 parent 9f074be commit 4b69d34

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
8-
8+
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check generated_cpp
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
concurrency:

.github/workflows/builddocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Deploy Documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
defaults:
99
run:
@@ -13,7 +13,7 @@ jobs:
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

src/PythonQtDoc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)