Skip to content

Commit 65ec4de

Browse files
add testing with PyPy 3.10
1 parent 600d5da commit 65ec4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/poetry-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
strategy:
1414
matrix:
15-
python-version: [ 3.11, 3.12 ]
15+
python-version: [ "3.11", "3.12", "pypy3.10"]
1616

1717
runs-on: ubuntu-latest
1818

0 commit comments

Comments
 (0)