-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Plan: Python 3.8 support for Ubuntu 20.04 #68
Comments
Just FYI - StackStorm/st2vagrantdev#12. |
As discussed on Slack, that's probably not easily achievable at this point since it would inflate our build matrix and slow things down too much. In the past, we did run tests against multiple MongoDB versions on Travis CI, but it got removed since it was slow. So our option is to run unit + integration tests only against Mongo 4.0 or Mongo 4.4. Right now we use 4.4, which I think is fine and probably better since there are some small changes with projection queries which used to work in MongoDB 4.0, but not in 4.4 - so in theory, as long as those tests pass on 4.4, they should also pass on 4.0. And we will have some version specific coverage with end to end tests anyway (Bionic will exercise 4.0 and Focal will exercise 4.4). |
+@cognifloyd, hopefully, he could also help with adding U20 for Ansible. |
It looks we're all set here with adding py3.8 for Ubuntu20. |
As per the TSC discussion on 2nd March 2021 it was decided to add support for Python3.8 on Ubuntu 20.04 (focal).
To achieve this goal, the following actions must be carried out:
Bump pymongo to >=3.11 (https://docs.mongodb.com/drivers/pymongo/#mongodb-compatibility)
focal
to packagingbuild.focal
to packagingtest.The text was updated successfully, but these errors were encountered: