Skip to content

Commit 658af7a

Browse files
authored
Merge pull request #176 from tgen/update_git_actions
Update pythonpackage.yml
2 parents f9594f7 + c33dd45 commit 658af7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']
11+
python-version: ['3.7', '3.8', '3.9', '3.10']
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)