Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd922d7

Browse files
committed
Officialy drop support for Python 2.6, 3.0, 3.1 and 3.2
1 parent 364bda6 commit dd922d7

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python MSS
66

77
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
88

9-
- **Python 2.7/3.6** and PEP8 compliant, no dependency;
9+
- **Python 2 & 3** and PEP8 compliant, no dependency;
1010
- very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file;
1111
- but you can use PIL and benefit from all its formats (or add yours directly);
1212
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Welcome to Python MSS's documentation!
33

44
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
55

6-
- **Python 2.7/3.6** and :pep:`8` compliant, no dependency;
6+
- **Python 2 & 3** and :pep:`8` compliant, no dependency;
77
- very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file;
88
- but you can use PIL and benefit from all its formats (or add yours directly);
99
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;

docs/source/support.rst

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,27 @@ Feel free to try MSS on a system we had not tested, and let report us by creatin
1515
+----------+-----------+-------------+-----------+
1616
| 3.3 | True | True | True |
1717
+----------+-----------+-------------+-----------+
18-
| 3.2 | True | True | True |
19-
+----------+-----------+-------------+-----------+
2018
| **2.7** | **True** | **True** |**True** |
2119
+----------+-----------+-------------+-----------+
2220

23-
*Future*: support should be added for `ReactOS <https://www.reactos.org>`_ and other systems on OS stability or available hardware.
21+
22+
Future
23+
======
24+
25+
- Support `ReactOS <https://www.reactos.org>`_ and other systems on OS stability or available hardware.
26+
- Any idea?
27+
28+
29+
Others
30+
======
31+
32+
Tested succesfully on Pypy 5.1.0 on Windows, but speed is terrible.
33+
34+
35+
Abandoned
36+
=========
37+
38+
- Support for Python 2.6 was dropped on 2016-10-08: too old and introduced optimizations broke it.
39+
- Support for Python 3.0, 3.1, and 3.2 was dropped on 2016-10-08: there is no more tests facilities.
40+
41+
By the way, if you find the *force*, give it a try and tell us if you managed to make one of these versions working (a patch should be quite easy).

0 commit comments

Comments
 (0)