From 3f424e790c1d6af47f229602a8df1f1bcc2e2852 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:43:55 +0200 Subject: [PATCH] Remove python 3.13-dev, as it's not available yet --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7e74f7..52b5c4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,10 +31,6 @@ jobs: toxfactor: py3.12 ignore-typecheck-outcome: true ignore-test-outcome: false - - python-version: "3.13-dev" - toxfactor: py3.13 - ignore-typecheck-outcome: true - ignore-test-outcome: false steps: - uses: actions/checkout@v3