From 968fbd76eca1dd7a67278cfe0bc6cd70de3d0c8d Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Sun, 14 Apr 2024 18:22:15 +0300 Subject: [PATCH] Don't run tests on on Python 3.13 on windows 3.13 because of the problem with pytest --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 360b12ee..42363921 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: runs-on: windows-latest 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"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}