From 6d877136f5098c3702a11853ccd15f557de38ef7 Mon Sep 17 00:00:00 2001 From: Dave Brondsema Date: Mon, 22 Jun 2026 14:13:23 -0400 Subject: [PATCH 1/2] update pypy version for CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e163dd..7293772 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - '3.12' - '3.13' - '3.14' - - pypy3.9 + - pypy3.11 pymongo-version: - pymongo3 - pymongo4 From 14ddc3b47a04c36d180e1b5b513ec6265ed1788b Mon Sep 17 00:00:00 2001 From: Dave Brondsema Date: Mon, 22 Jun 2026 14:21:35 -0400 Subject: [PATCH 2/2] Update actions versions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7293772..6c24053 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,9 +41,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} allow-prereleases: true @@ -61,7 +61,7 @@ jobs: tox --skip-missing-interpreters false -e "py$PY_VER-${{ matrix.pymongo-version }}" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: false flags: tests-${{ matrix.python-version }}