We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d151656 commit 7e88f1eCopy full SHA for 7e88f1e
.evergreen/run-tests.sh
@@ -3,7 +3,7 @@
3
set -eux
4
5
# Install django-mongodb-backend
6
-/opt/python/3.10/bin/python3 -m venv venv
+/opt/python/3.14/bin/python3 -m venv venv
7
. venv/bin/activate
8
python -m pip install -U pip
9
pip install -e .
0 commit comments