From 353947c5f20ba2889807d08a4e680c8bc51bb562 Mon Sep 17 00:00:00 2001 From: Dmytro Fedoriaka Date: Tue, 14 Jan 2025 20:42:20 -0800 Subject: [PATCH] Move tests to Python 3.12 --- .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 cfae299..ecbc333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: - python-version: '3.13' + python-version: '3.12' architecture: 'x64' - name: Install requirements run: | @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: - python-version: '3.13' + python-version: '3.12' architecture: 'x64' - name: Install requirements run: |