Skip to content

Commit c6f44f7

Browse files
committed
Test against python 3.13-dev too
1 parent 788818c commit c6f44f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
toxfactor: py3.12
3232
ignore-typecheck-outcome: true
3333
ignore-test-outcome: false
34+
- python-version: "3.13-dev"
35+
toxfactor: py3.13
36+
ignore-typecheck-outcome: true
37+
ignore-test-outcome: false
3438

3539
steps:
3640
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)