Skip to content

Commit

Permalink
Require latest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jan 6, 2025
1 parent fb692ca commit 565e2fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ jobs:
fetch-depth: 2
submodules: true

- uses: actions/setup-python@v5
with:
python-version: '3.12'

- id: setup-mongodb
uses: mongodb-labs/drivers-evergreen-tools@81c6b49dd61e833229d750084f9f3c71b31acd8d
uses: mongodb-labs/drivers-evergreen-tools@master
with:
version: ${{ matrix.mongodb-version }}
topology: ${{ matrix.topology }}
Expand Down

0 comments on commit 565e2fa

Please sign in to comment.