1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-09-20 19:32:05 +02:00

Add support for Python 3.7 and 3.8

This commit is contained in:
Hugo 2020-02-14 21:00:55 +02:00
parent 86879e0c2b
commit 450b86d8c3
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install six blist
- python setup.py install

View File

@ -20,6 +20,8 @@ Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
""".splitlines()))
source_files = glob("./deps/double-conversion/double-conversion/*.cc")