Skip to content

Commit 7251ad0

Browse files
committed
test on 3.13
1 parent 35650b1 commit 7251ad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- "3.10"
2222
- "3.11"
2323
- "3.12"
24+
- "3.13"
2425
- "pypy-3.8"
2526
- "pypy-3.9"
2627
- "pypy-3.10"
@@ -48,6 +49,7 @@ jobs:
4849
with:
4950
python-version: ${{ matrix.python-version }}
5051
cache: pip
52+
allow-prereleases: true
5153

5254
- name: Install project dependencies
5355
run: |

0 commit comments

Comments
 (0)