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