Skip to content

Commit 3e659c7

Browse files
committed
CI Python versions: drop pypy, add 3.10, 3.12
1 parent 73f92d0 commit 3e659c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
python-version: ["3.8", "3.9", "3.x", "pypy3.8"]
57+
python-version: ["3.8", "3.9", "3.10", "3.12", "3.x"]
5858
steps:
5959
- uses: actions/checkout@v7
6060
-

0 commit comments

Comments
 (0)