From de3f0e74ff257045ddeb8aeb3021ae022ab3e1dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 03:56:56 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0acbdd..472ec0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.x uses: actions/setup-python@v5 - with: {python-version: '3.13'} + with: {python-version: '3.14'} - name: Install dependencies run: pip install tox - name: Run pytest @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.x uses: actions/setup-python@v5 - with: {python-version: '3.13'} + with: {python-version: '3.14'} - name: Install dependencies run: pip install tox - name: Run pylama @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.x uses: actions/setup-python@v5 - with: {python-version: '3.13'} + with: {python-version: '3.14'} - name: Install dependencies run: pip install tox - name: Run mypy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0bdb2a..2dc65c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python 3.x uses: actions/setup-python@v2 - with: {python-version: '3.9'} + with: {python-version: '3.14'} - name: Run sdist run: python setup.py sdist - name: Publish to PyPI