From 91882af5125d30991047e33c467ba5557ded0d58 Mon Sep 17 00:00:00 2001 From: matthew Date: Fri, 20 Dec 2024 14:23:07 +0300 Subject: [PATCH] CI --- .github/workflows/python-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index fc0d5c8..558a95d 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -8,12 +8,12 @@ jobs: strategy: matrix: include: - - python-version: "3.7.x" # Min Python version (No 3.6 version in GitHub repository) - - python-version: "3.8.x" + - python-version: "3.8.x" # Min Python version (No 3.7 version in GitHub repository) - python-version: "3.9.x" - python-version: "3.10.x" - python-version: "3.11.x" - python-version: "3.12.x" + - python-version: "3.13.x" - python-version: "3.x" # Last Python version steps: - uses: actions/checkout@v3