Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try out Python 3.12a5. (#35) | Michael Howitz | 2023-03-23 | 1 | -0/+3 |
| | |||||
* | - Drop support for Python 2.7, 3.5, 3.6 | Jens Vagelpohl | 2023-01-03 | 1 | -3/+0 |
| | |||||
* | - Add support for building arm64 wheels on macOS. | Jens Vagelpohl | 2022-11-13 | 1 | -8/+0 |
| | |||||
* | - add missing pieces from PR #27 | Jens Vagelpohl | 2022-11-06 | 1 | -0/+6 |
| | |||||
* | - update with meta/config and add support for Python 3.9, 3.10 and 3.11 | Jens Vagelpohl | 2022-11-03 | 1 | -11/+16 |
| | |||||
* | Use a token for twine uploads from Appveyor | Marius Gedminas | 2021-06-16 | 1 | -2/+5 |
| | |||||
* | Merge pull request #21 from zopefoundation/fix-appveyor | Marius Gedminas | 2020-01-21 | 1 | -1/+1 |
|\ | | | | | Fix Appveyor build failures | ||||
| * | Fix Appveyor build failures | Marius Gedminas | 2020-01-21 | 1 | -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 Madden | 2020-01-20 | 1 | -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 wheels | Marius Gedminas | 2019-11-12 | 1 | -1/+8 |
| | |||||
* | Add support for Python 3.8 | Marius Gedminas | 2019-11-12 | 1 | -0/+2 |
| | | | | Also let's use the latest floating PyPy versions on Travis CI. | ||||
* | Drop Python 3.4 | Marius Gedminas | 2019-04-30 | 1 | -2/+0 |
| | |||||
* | Drop support for Python 3.3 | Marius Gedminas | 2018-08-09 | 1 | -2/+0 |
| | |||||
* | Add suppot for Python 3.7 | Marius Gedminas | 2018-08-09 | 1 | -0/+2 |
| | |||||
* | Add an appveyor.yml | Marius Gedminas | 2017-09-21 | 1 | -0/+38 |
Fixes #8. |