From 5d38f04d350f1be1f841b8387374d92f0a253adf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 06:45:51 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af51922..9f6a3b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,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: Install dependencies run: pip install tox - name: Run pylama @@ -18,7 +18,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: Install dependencies run: pip install tox - name: Run mypy