Skip to content

Commit 0353d7f

Browse files
committed
ci: reintroduce pypy in tested python versions
In an attempt to fix #60
1 parent ebbef64 commit 0353d7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
'3.10',
2727
'3.11',
2828
'3.12',
29-
'3.13'
30-
# pypy3 # didn't build on CI anymore, happy for help: https://github.com/mthh/routingpy/issues/60
29+
'3.13',
30+
'pypy3.9',
31+
'pypy3.10',
3132
]
3233
steps:
3334
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)