Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.10 compatibility #841

Closed
stennie opened this issue Nov 26, 2021 · 1 comment · Fixed by #845
Closed

Python 3.10 compatibility #841

stennie opened this issue Nov 26, 2021 · 1 comment · Fixed by #845
Assignees
Milestone

Comments

@stennie
Copy link
Collaborator

stennie commented Nov 26, 2021

Test for Python 3.10 compat: https://www.python.org/downloads/release/python-3100/

@stennie stennie added this to the 1.7.0 milestone Nov 26, 2021
@stennie stennie self-assigned this Nov 26, 2021
@stennie
Copy link
Collaborator Author

stennie commented Nov 27, 2021

Blocked by replacing Nose for unit tests (#842)

Numpy also seems fickle to install in my 3.10 virtualenv with Tox

@stennie stennie modified the milestones: 1.7.0, 1.7.1 Nov 27, 2021
stennie pushed a commit that referenced this issue Dec 17, 2021
- Adds GitHub Actions testing
- Adds Python 3.10 support - Fixes #841 
- Adds pymongo 4.0 support - Fixes #844 
	- Adds handling of `directConnection`
	- Fixed use of `pymongo.database.Database.authenticate`
	- Fixed use of `pymongo.database.Database.add_user`
	- Fixed use of `pymongo.collection.Collection.insert`
	- Fixed use of `pymongo.collection.Collection.update`
	- Fixed use of `pymongo.collection.Collection.ensure_index`
	- Fixed use of `pymongo.collection.Collection.count`
	- Fixed use of `pymongo.collection.Collection.group`
- Adds `pytest` support (needed for GitHub Actions support) - Fixes #842
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant