Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable CONTRIBUTING: correct minimal supported PyQt and Qt version (closes #244)

Since 9f85dac94241, Qt 4.6 is required.
And we use keyword arguments, which requires PyQt 4.7.

Changeset 93f27f8bafc9

Parent 31c5f64b51a2

by Yuya Nishihara

Changes to one file · Browse files at 93f27f8bafc9 Showing diff from parent 31c5f64b51a2 Diff from another changeset...

Change 1 of 1 Show Entire File CONTRIBUTING.txt Stacked
 
14
15
16
17
 
 
18
19
20
 
14
15
16
 
17
18
19
20
21
@@ -14,7 +14,8 @@
 application is still reasonably usable with the base library versions listed  below.   -PyQt: 4.6 +PyQt: 4.7 +Qt: 4.6    === Python version ===