We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b1c23 commit 939d904Copy full SHA for 939d904
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
python-version:
12
- ['3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
+ ['3.9', '3.10', '3.11', '3.12',"3.13.0-beta.3", 'pypy-3.9', 'pypy-3.10']
13
continue-on-error: true
14
services:
15
database:
0 commit comments