Skip to content

Commit 2a3722c

Browse files
committed
ci: add py3.13 to test.yml
1 parent 4543837 commit 2a3722c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os:
1414
- ubuntu-latest
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy3.9, pypy3.10]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", pypy3.9, pypy3.10]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
allow_prerelease: true
2425

2526
- name: Upgrade pip
2627
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)