mongodb-labs / python-bsonjs

A fast BSON to MongoDB Extended JSON converter for Python - This Repository is NOT a supported MongoDB product
Apache License 2.0
40 stars 10 forks source link

Drop support for Python 2.6 and 3.3 #25

Closed ShaneHarvey closed 4 years ago

ShaneHarvey commented 4 years ago

Bump pymongo dependency to >=3.8.0. 3.8 dropped support for Python 2.6.

Fixes https://github.com/mongodb-labs/python-bsonjs/issues/18.

ShaneHarvey commented 4 years ago

The Travis failures are test_binary which is being fixed in another PR.