Skip to content

Commit c44a274

Browse files
committed
CI: Add PyPy for Python 3.10
1 parent 7fa4980 commit c44a274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: ["ubuntu-20.04"]
3333
python-version: [
3434
'3.6', '3.7', '3.8', '3.9', '3.10', '3.11',
35-
'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9',
35+
'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10',
3636
]
3737
steps:
3838
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)