Skip to content

Commit 29e0af6

Browse files
committed
Merge remote-tracking branch 'upstream/master' into generic-dataclasses
2 parents 43fdc5f + 2fc21d2 commit 29e0af6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ on: [push, pull_request]
88
jobs:
99
build:
1010

11-
runs-on: ubuntu-latest
1211
strategy:
1312
fail-fast: false
1413
matrix:
15-
python_version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
14+
os: ["ubuntu-latest"]
15+
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
16+
include:
17+
- os: "ubuntu-20.04"
18+
python_version: "3.6"
1619

20+
runs-on: ${{ matrix.os }}
1721
steps:
1822
- uses: actions/checkout@v3
1923
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)