Skip to content

Commit bad38c3

Browse files
Add support for python 3.13 (#29)
* Update CI.yml * Update CI.yml * Update CI.yml
1 parent 00b1c23 commit bad38c3

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', 'pypy-3.9', 'pypy-3.10']
12+
[
13+
'3.9',
14+
'3.10',
15+
'3.11',
16+
'3.12',
17+
'3.13.0-beta.2',
18+
'pypy-3.9',
19+
'pypy-3.10',
20+
]
1321
continue-on-error: true
1422
services:
1523
database:

0 commit comments

Comments
 (0)