Test against python 3.13-dev too

This commit is contained in:
Alessio Bogon 2023-10-10 21:35:43 +02:00
parent 788818c963
commit c6f44f7f60
1 changed files with 4 additions and 0 deletions

View File

@ -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: false
steps:
- uses: actions/checkout@v3