diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c5ee9883..b88addbc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -28,7 +28,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 6e6ff3ab..2a21e952 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -3,5 +3,5 @@ backoff==2.2.1; python_version >= "3.7" pytest===7.4.3; python_version == '3.7' pytest===8.3.5; python_version == '3.8' pytest===8.4.2; python_version == '3.9' -pytest==8.4.2; python_version >= '3.10' +pytest==9.0.2; python_version >= '3.10' flaky==3.8.1