Skip to content

Commit 27002d1

Browse files
authored
Install latest python version to fix CI (#2714)
1 parent ad7827c commit 27002d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
dependency-versions: "${{ matrix.dependencies }}"
119119
composer-options: "--prefer-dist"
120120

121+
- name: "Install latest Python version"
122+
uses: actions/setup-python@v5
123+
with:
124+
python-version: '3.13'
125+
121126
- id: setup-mongodb
122127
uses: mongodb-labs/drivers-evergreen-tools@master
123128
with:

0 commit comments

Comments
 (0)