Skip to content

Commit 78e8a97

Browse files
committed
REMOVE BEFORE MERGE: Use latest Python version
1 parent f2ac6c4 commit 78e8a97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/continuous-integration.yml

+5
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ jobs:
125125
dependency-versions: "${{ matrix.dependencies }}"
126126
composer-options: "--prefer-dist"
127127

128+
- name: "Install latest Python version"
129+
uses: actions/setup-python@v5
130+
with:
131+
python-version: '3.13'
132+
128133
- id: setup-mongodb
129134
uses: mongodb-labs/drivers-evergreen-tools@master
130135
with:

0 commit comments

Comments
 (0)