Skip to content

Commit 8ab7e7b

Browse files
Update CI.yml
1 parent 939d904 commit 8ab7e7b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/CI.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version:
12-
['3.9', '3.10', '3.11', '3.12',"3.13.0-beta.3", 'pypy-3.9', 'pypy-3.10']
12+
[
13+
'3.9',
14+
'3.10',
15+
'3.11',
16+
'3.12',
17+
'3.13-beta',
18+
'pypy-3.9',
19+
'pypy-3.10',
20+
]
1321
continue-on-error: true
1422
services:
1523
database:

0 commit comments

Comments
 (0)