Skip to content

Commit 9b05555

Browse files
authored
add pypy 3.9 to ci
1 parent 5699113 commit 9b05555

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
"pypy2.7": docker://pypy:2.7-buster
4444
"pypy3.7": docker://pypy:3.7-buster
4545
"pypy3.8": docker://pypy:3.8-buster
46+
"pypy3.9": docker://pypy:3.9-buster
4647
- name: 🪟
4748
runs-on: windows-latest
4849
python_platform: win32
@@ -112,6 +113,12 @@ jobs:
112113
docker: pypy3.8
113114
implementation: pypy
114115
major: 3
116+
- name: PyPy 3.9
117+
tox: pypy39
118+
action: pypy-3.9
119+
docker: pypy3.9
120+
implementation: pypy
121+
major: 3
115122
reactor:
116123
- name: default
117124
tox: default

0 commit comments

Comments
 (0)