Skip to content

Commit 24ac999

Browse files
committed
Install Python 3.13 for drivers-evergreen-tools GH action
Related to mongodb/mongo-php-library#1564
1 parent 008837c commit 24ac999

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
with:
5454
submodules: true
5555

56+
- uses: actions/setup-python@v5
57+
with:
58+
python-version: '3.13'
59+
5660
- id: setup-mongodb
5761
uses: mongodb-labs/drivers-evergreen-tools@master
5862
with:

0 commit comments

Comments
 (0)