Skip to content

Commit ecb56d7

Browse files
committed
Doc: show Python 3.7-dev support, early yes :)
1 parent 7d37128 commit ecb56d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/source/developers.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ Setup
1818

1919
Testing
2020
=======
21-
22-
.. Note::
23-
24-
As he module is Python 2 and 3 compliant, do no forgot to test for both. If you cannot, just say it when sending the patch, someone else will validate for you.
25-
26-
2721
Dependency
2822
----------
2923

@@ -43,6 +37,10 @@ Lauch the test suit::
4337

4438
$ py.test
4539

40+
.. Note::
41+
42+
As he module is Python 2 and 3 compliant, do no forgot to test for both. If you cannot, just say it when sending the patch, someone else will validate for you.
43+
4644

4745
Validating the code
4846
===================

docs/source/support.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Feel free to try MSS on a system we had not tested, and let report us by creatin
77
+----------+-----------+-------------+-----------+
88
| Python | GNU/Linux | MacOS X | Windows |
99
+==========+===========+=============+===========+
10+
| 3.7-dev | True | True | True |
11+
+----------+-----------+-------------+-----------+
1012
| 3.6-dev | True | True | True |
1113
+----------+-----------+-------------+-----------+
1214
| **3.5** | **True** | **True** | **True** |

0 commit comments

Comments
 (0)