Skip to content

Commit a515b67

Browse files
authored
Require latest python version (#1564)
1 parent fb692ca commit a515b67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,12 @@ jobs:
6262
fetch-depth: 2
6363
submodules: true
6464

65+
- uses: actions/setup-python@v5
66+
with:
67+
python-version: '3.13'
68+
6569
- id: setup-mongodb
66-
uses: mongodb-labs/drivers-evergreen-tools@81c6b49dd61e833229d750084f9f3c71b31acd8d
70+
uses: mongodb-labs/drivers-evergreen-tools@master
6771
with:
6872
version: ${{ matrix.mongodb-version }}
6973
topology: ${{ matrix.topology }}

0 commit comments

Comments
 (0)