summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Try out Python 3.12a5. (#35)Michael Howitz2023-03-231-0/+3
|
* - Drop support for Python 2.7, 3.5, 3.6Jens Vagelpohl2023-01-031-3/+0
|
* - Add support for building arm64 wheels on macOS.Jens Vagelpohl2022-11-131-8/+0
|
* - add missing pieces from PR #27Jens Vagelpohl2022-11-061-0/+6
|
* - update with meta/config and add support for Python 3.9, 3.10 and 3.11Jens Vagelpohl2022-11-031-11/+16
|
* Use a token for twine uploads from AppveyorMarius Gedminas2021-06-161-2/+5
|
* Merge pull request #21 from zopefoundation/fix-appveyorMarius Gedminas2020-01-211-1/+1
|\ | | | | Fix Appveyor build failures
| * Fix Appveyor build failuresMarius Gedminas2020-01-211-1/+1
| | | | | | | | | | | | | | | | | | python setup.py bdist_wheel fails on Python 3.5 with AttributeError: '_NamespacePath' object has no attribute 'sort' somewhere in pkg_resources. This was fixed in other projects by upgrading setuptools, so let's try that here too.
* | Update tests_require and 'test' extra.Jason Madden2020-01-201-2/+2
|/ | | | | | Don't install nose, upstream no longer supports. We were actually testing with zope.testrunner on travis and in tox.ini so use that. make appveyor do the same.
* Also build manylinux2010 and MacOS wheelsMarius Gedminas2019-11-121-1/+8
|
* Add support for Python 3.8Marius Gedminas2019-11-121-0/+2
| | | | Also let's use the latest floating PyPy versions on Travis CI.
* Drop Python 3.4Marius Gedminas2019-04-301-2/+0
|
* Drop support for Python 3.3Marius Gedminas2018-08-091-2/+0
|
* Add suppot for Python 3.7Marius Gedminas2018-08-091-0/+2
|
* Add an appveyor.ymlMarius Gedminas2017-09-211-0/+38
Fixes #8.