From cb4dbe2c6497d8be01d93a21f5b30eb45330c493 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Wed, 18 Sep 2024 17:02:24 +0300 Subject: [PATCH] Back to reality, "3.13" is in the future --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b61b133..d724997 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -33,7 +33,7 @@ jobs: name: Run unit tests & build strategy: matrix: - python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest] runs-on: ${{ matrix.os }}