Skip to content

Commit

Permalink
Officially support Python 3.5 and add testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
harvimt committed Nov 18, 2015
1 parent f66b0e4 commit 9c3d22b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand Down Expand Up @@ -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`_.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'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',
],
Expand Down

0 comments on commit 9c3d22b

Please sign in to comment.