Skip to content

Commit 51dacb1

Browse files
committed
Add python 3.13 to the test matrix
1 parent 977bf61 commit 51dacb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
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: Add
3438

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

0 commit comments

Comments
 (0)