Skip to content

Commit

Permalink
Fix python version in test to 3.12 (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl authored Jan 30, 2025
1 parent 2302794 commit 736e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3
python-version: 3.12 #current python-driver only support up to 3.12

- name: Install black
run: python -m pip install black==24.10.0
Expand Down

0 comments on commit 736e361

Please sign in to comment.