Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit699ced0

Browse files
Use pypy3.7 in CI
'pypy3' was using pypy3.6
1 parentadf19b1 commit699ced0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
jobs:
1111
build:
1212
runs-on:ubuntu-latest
13-
continue-on-error:${{ matrix.python-version == 'pypy3' }}
13+
continue-on-error:${{ matrix.python-version == 'pypy3.7' }}
1414
strategy:
1515
matrix:
16-
python-version:[3.7, 3.8, 3.9, "3.10", pypy3]
16+
python-version:[3.7, 3.8, 3.9, "3.10", pypy3.7]
1717
steps:
1818
-uses:actions/checkout@v2
1919
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp