Skip to content

Commit a1bd68b

Browse files
author
Fabien Coelho
committed
add pypy 3.10 to CI
1 parent be7ca9b commit a1bd68b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cachetools-utils.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CacheTools Utils Package
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ "main" ]
66
# push_request: ?
77

88
jobs:
@@ -11,10 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
# broken: pypy3.7
15-
# broken: 3.7 (pymarkdownlnt)
16-
# drop 3.8 and 3.9 for easier typing
17-
python-version: ["3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12", "pypy3.10"]
1815
steps:
1916
# Setup
2017
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)