[Pkg-bitcoin-commits] [python-quamash] 255/269: Officially support Python 3.5 and add testing matrix.

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 9c3d22b87f6182988a61c04a399dce1400c21c38
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Wed Nov 18 10:40:38 2015 -0800

    Officially support Python 3.5 and add testing matrix.
---
 README.rst | 26 ++++++++++++++++++++++++++
 setup.py   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/README.rst b/README.rst
index 07448f7..d9800af 100644
--- a/README.rst
+++ b/README.rst
@@ -116,6 +116,11 @@ Usage
 Changelog
 =========
 
+Version 0.5.4
+-------------
+* Remove unnecessary QObjects
+* Officially add Python 3.5 support (CI configuration and setup.py change)
+
 Version 0.5.3
 -------------
 * Fix to `#34`_
@@ -203,6 +208,27 @@ PySide, PyQt4 and PyQt5 are tested, but Python 3.3 is only tested with PySide si
 for PyQt are not provided for Python 3.3 (at least not the newest versions of PyQt), and compiling 
 from source probably isn't worth it.
 
+Python 3.5 is now tested on linux with PyQt4 and PyQt5.
+
+Testing Matrix
+~~~~~~~~~~~~~~
+
++----------------------+---------+---------+--------------+----------------+
+|                      | PyQt4   | PyQt5   | PySide (Qt4) | PySide 2 (Qt5) |
++======================+=========+=========+==============+================+
+| Linux - Python 3.3   | yes     | yes     | yes          | planned        |
++----------------------+---------+---------+--------------+----------------+
+| Linux - Python 3.4   | yes     | yes     | yes          | planned        |
++----------------------+---------+---------+--------------+----------------+
+| Linux - Python 3.5   | yes     | yes     | n/a          | planned        |
++----------------------+---------+---------+--------------+----------------+
+| Windows - Python 3.3 | no      | no      | yes          | no             |
++----------------------+---------+---------+--------------+----------------+
+| Windows - Python 3.4 | yes     | yes     | yes          | planned        |
++----------------------+---------+---------+--------------+----------------+
+| Windows - Python 3.5 | planned | planned | planned      | planned        |
++----------------------+---------+---------+--------------+----------------+
+
 License
 =======
 You may use, modify, and redistribute this software under the terms of the `BSD License`_.
diff --git a/setup.py b/setup.py
index 15b0e80..a0bea56 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ setup(
 		'Operating System :: POSIX',
 		'Programming Language :: Python :: 3.3',
 		'Programming Language :: Python :: 3.4',
+		'Programming Language :: Python :: 3.5',
 		'Programming Language :: Python :: 3 :: Only',
 		'Environment :: X11 Applications :: Qt',
 	],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list