Open
Conversation
a238f15 to
d159e0e
Compare
7e125cc to
0e48638
Compare
Author
|
CI looks great, I think you can drop py3.6 or need to handle it in a special way. |
IliaFeldgun
commented
Oct 31, 2025
| job-tmpl: &job-tmpl | ||
| machine: | ||
| image: ubuntu-2004:edge | ||
| image: ubuntu-2204:current |
Author
There was a problem hiding this comment.
Basically ubuntu 20 is unsupported
IliaFeldgun
commented
Oct 31, 2025
| '--port=%s' % self.port, | ||
| '--nounixsocket', | ||
| '--syncdelay=0', | ||
| '--nojournal', |
IliaFeldgun
commented
Oct 31, 2025
| function install_python { | ||
| local py=$1 | ||
| sudo apt-get install -y $py $py-dev | ||
| sudo apt-get install -y $py |
Author
There was a problem hiding this comment.
deadsnakes-ppa py3.6 is no longer supported, apt-get install succeeds with no op.
change mongo version to 8 python native venv upgrade wheel and packaging
Preserve python3.7 test behaviour while supporting all python versions
0e48638 to
b7066bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
I would like to add support to the cProfile regex, not needing to run cProfile separately for this.