Skip to content

Commit b9370d2

Browse files
authored
test on 3.13 and pypy 3.10
1 parent 451d17d commit b9370d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, pypy-3.8, pypy-3.9]
16+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, pypy-3.8, pypy-3.9, pypy-3.10]
1717
os: [macOS-latest, ubuntu-latest, windows-latest]
1818

1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v2
2222

2323
- name: Set Up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
cache: pip
28+
allow-prereleases: true
2829
cache-dependency-path: |
2930
pyproject.toml
3031
setup.cfg

0 commit comments

Comments
 (0)