diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e1783f2..7ae39fcf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,10 @@ 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: Add steps: - uses: actions/checkout@v3