From 386fc9d95591dd075ea8133779c3c2aa5f7e8e84 Mon Sep 17 00:00:00 2001 From: Mark Thomas West Harviston Date: Wed, 8 May 2019 22:31:11 -0700 Subject: [PATCH] really fix appveyor.yml --- README.rst | 12 ++++++++++-- appveyor.yml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 21e8be1..e2cee88 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Implementation of the `PEP 3156`_ Event-Loop with Qt :target: https://pypi.python.org/pypi/quamash/ :alt: License -.. image:: https://img.shields.io/pypi/status/Django.svg +.. image:: https://img.shields.io/pypi/status/quamash.svg :target: https://pypi.python.org/pypi/quamash/ :alt: Development Status @@ -39,7 +39,7 @@ Implementation of the `PEP 3156`_ Event-Loop with Qt Requirements ============ -Quamash requires Python 3.4 or Python 3.3 with the backported ``asyncio`` library and either PyQt4, PyQt5 or PySide. +Quamash requires Python 3.6 or later with PyQt5 or PySide2. Installation ============ @@ -114,6 +114,14 @@ Usage Changelog ========= +Version 0.7.0 +* Dropped support for Python 3.3, 3.4, and 3.5 +* Dropped support for PyQt4 and PySide +* Added support for PySide2 +* Tests now uses `tox` and wheels, no weird dependency management. +* Now uses poetry to manage deps (though this transparent to users, who can use whatever) +* setup.py no longer imports the package + Version 0.6.1 * Python 3.7 support (no automated test coverage) diff --git a/appveyor.yml b/appveyor.yml index b216e7d..305a9f2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,10 +21,10 @@ environment: # tox will make an environment based on the environment variables. install: - - "build.cmd py -3.7 -m pip install wheel tox tox-appveyor" + - "py -m pip install wheel tox tox-appveyor" test_script: - - "build.cmd py -3.7 -m tox" + - "py -m tox" notifications: - provider: Webhook