Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1d3fe8d
PYTHON-3152 Test Against Minimum Supported Library Versions
blink1073 Sep 17, 2025
9e60168
fix display
blink1073 Sep 17, 2025
432d8a7
wip
blink1073 Sep 18, 2025
05ff536
fix runner
blink1073 Sep 18, 2025
ad40051
cleanup
blink1073 Sep 18, 2025
6c580ff
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 Sep 18, 2025
6d2f2a2
undo typing changes
blink1073 Sep 18, 2025
3453674
debug
blink1073 Sep 18, 2025
622889a
pass the var
blink1073 Sep 18, 2025
33ee22e
enable coverage
blink1073 Sep 18, 2025
afcb382
bump min coverage
blink1073 Sep 18, 2025
dd707bf
bump min coverage
blink1073 Sep 18, 2025
0c7469c
cleanup
blink1073 Sep 18, 2025
cf84737
cleanup
blink1073 Sep 18, 2025
69a5b80
cleanup
blink1073 Sep 18, 2025
929d362
add skip conditions
blink1073 Sep 18, 2025
039bf06
remove cryptography workarounds
blink1073 Sep 18, 2025
1f2f122
use mins for aws and encryption only
blink1073 Sep 18, 2025
92b47cf
update min var tests
blink1073 Sep 18, 2025
b0dc937
update min var tests
blink1073 Sep 18, 2025
b851024
fixups
blink1073 Sep 18, 2025
429a848
try building only pymongo
blink1073 Sep 18, 2025
ea1dfb3
fix script
blink1073 Sep 18, 2025
be936c0
fix script
blink1073 Sep 18, 2025
4036ee7
bump certifi dep
blink1073 Sep 18, 2025
ebc7edb
only test min deps on rhel
blink1073 Sep 18, 2025
424cd9a
update lock file
blink1073 Sep 19, 2025
dfc8498
update pyproject toml
blink1073 Sep 19, 2025
148d5fd
add min deps for gevent and simplejson
blink1073 Sep 19, 2025
9b734fd
fix handling of .dev versions
blink1073 Sep 19, 2025
6365e70
undo other changes
blink1073 Sep 19, 2025
2e2fee4
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 Sep 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .evergreen/generated_configs/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ functions:
- VERSION
- IS_WIN32
- REQUIRE_FIPS
- TEST_MIN_DEPS
type: test
- command: subprocess.exec
params:
Expand Down
Loading
Loading