Skip to content

Commit

Permalink
fix py 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 11, 2024
1 parent e114947 commit 64f13c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install dependencies
run: |
if [ "${{ matrix.python-version }}" == "3.13" ]; then
export PIP_PRE=1
pip install --pre cffi
fi
pip install -U pip hatch
- name: Start MongoDB
Expand Down

0 comments on commit 64f13c5

Please sign in to comment.