summaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Support Python 3.10 and Drop Python 3.5 (#487)Inada Naoki2021-11-162-2/+4
| | | | * linux: Use manylinux2014 * mac: Drop Python 3.6 too
* Add Python 3.9 wheelsInada Naoki2020-12-111-0/+1
|
* Build linux and macOS wheels on GitHub Actions. (#409)Inada Naoki2020-02-191-1/+7
|
* Drop Python 2 support from _cmsgpack (#376)Inada Naoki2019-11-281-2/+0
|
* update for Python 3.8 (#374)Terence Honles2019-11-233-2/+16
|
* Build linux wheel for Python 3.7Inada Naoki2018-12-041-1/+1
|
* Refactor Cython code (#328)INADA Naoki2018-11-141-1/+1
| | | _msgpack -> _cmsgpack
* Update docker/runtestsINADA Naoki2018-11-081-1/+1
|
* packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)INADA Naoki2018-01-111-1/+1
|
* manylinux1: Add 3.6 and remove 3.4INADA Naoki2018-01-091-1/+1
|
* Remove code and tests for unsupported Python 3.3 and 3.4 (#249)Hugo2017-11-021-1/+1
|
* travis and appveyor update (#217)INADA Naoki2017-01-131-1/+1
| | | | | | | | | | | travis: * stop using tox * Add Python 3.6 and 3.7-dev * Stop pypy3 (until PyPy3.5 is released) appveyor: * Drop Python 3.4 and add 3.6
* Merge branch 'release-0.4'INADA Naoki2016-07-301-0/+11
|\
| * Make manylinux1 wheelsINADA Naoki2016-07-301-0/+11
|
* travis: Use docker to test 32bit environment (#189)INADA Naoki2016-05-051-0/+14
* travis: testing matrix.include feature to use docker * Add test script for 32bit * Fix OverflowError in 32bit Environment