Skip to content

Commit ccd2b29

Browse files
committed
try to test using pypy-3.10
Signed-off-by: Andreas Lauser <[email protected]>
1 parent fbeabe4 commit ccd2b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
35-
python-version: ["3.9", "3.13"]
35+
python-version: ["3.9", "3.13", "pypy-3.10"]
3636
fail-fast: false
3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)