Thanks to visit codestin.com Credit goes to github.com
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 c9ab4be commit 47d1e19Copy full SHA for 47d1e19
doc/TESTING
@@ -1,6 +1,15 @@
1
The current MSS version was succesfully tested on these OS.
2
You have another OS to add? Let us know, open a ticket on GitHub :)
3
4
+Python:
5
+ 2.6.9
6
+ 2.7.9
7
+ 3.1.5
8
+ 3.2.6
9
+ 3.3.6
10
+ 3.4.3
11
+ 3.5.0a3
12
+
13
GNU/Linux:
14
Debian 8.0 (jessie)
15
Mageia 4.1
setup.py
@@ -34,6 +34,7 @@
34
'Programming Language :: Python :: 3.2',
35
'Programming Language :: Python :: 3.3',
36
'Programming Language :: Python :: 3.4',
37
+ 'Programming Language :: Python :: 3.5',
38
'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture',
39
],
40
url='https://github.com/BoboTiG/python-mss'
0 commit comments