Skip to content

Commit

Permalink
install prereleases on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 10, 2024
1 parent 8a6e265 commit 19e9928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build and test dist files
run: |
if [ "${{ matrix.python-version }}" == "3.13" ]; then
export PIP_PRE=1
fi
export LIBMONGOCRYPT_VERSION=$(cat ./libmongocrypt-version.txt)
git fetch origin $LIBMONGOCRYPT_VERSION
bash ./release.sh
1 change: 0 additions & 1 deletion bindings/python/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ pytest>=7.0
unasync
respx
setuptools
cffi>=1.17.0rc1;python_version=="3.13"

0 comments on commit 19e9928

Please sign in to comment.