Skip to content

Commit 4a30e56

Browse files
committed
add some tests for python 3.13
1 parent c0b2342 commit 4a30e56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
abi: cp312,
4444
version: '3.12',
4545
}
46+
- {
47+
name: cp313,
48+
abi: cp313,
49+
version: '3.13',
50+
}
4651

4752
steps:
4853

@@ -121,6 +126,10 @@ jobs:
121126
name: cp312,
122127
version: '3.12',
123128
}
129+
- {
130+
name: cp313,
131+
version: '3.13',
132+
}
124133

125134
steps:
126135

0 commit comments

Comments
 (0)