From 69b5d2917ef16e19ff9aa9c0434637d273757d13 Mon Sep 17 00:00:00 2001 From: Dmytro Fedoriaka Date: Tue, 14 Jan 2025 20:41:33 -0800 Subject: [PATCH] Migrate tests to Python 3.13 --- .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 c05cd55..cfae299 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.7' + python-version: '3.13' architecture: 'x64' - name: Install requirements run: | @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.13' architecture: 'x64' - name: Install requirements run: |