From 6416c84ef8ce858a2dbf55919da157cef9d2ec8e Mon Sep 17 00:00:00 2001 From: mberdyshev Date: Fri, 6 Dec 2024 12:38:01 +0500 Subject: [PATCH] Run tests on the latest python versions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8781869..43a3071 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7","3.8", "3.9", "3.10.8", "3.11"] + python-version: ["3.9", "3.10.8", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v2