Skip to content

Commit 3f16eb9

Browse files
authored
Merge pull request #608 from uzlonewolf/build-test-updates
Build test updates
2 parents affe3fc + bf24e36 commit 3f16eb9

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/contrib.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ on:
88
jobs:
99
tests:
1010
name: "Python ${{ matrix.python-version }}"
11-
runs-on: "ubuntu-20.04"
12-
env:
13-
USING_COVERAGE: '3.6,3.8'
11+
runs-on: "ubuntu-22.04"
1412

1513
strategy:
1614
matrix:
17-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1816

1917
steps:
20-
- uses: "actions/checkout@v2"
21-
- uses: "actions/setup-python@v2"
18+
- uses: "actions/checkout@v3"
19+
- uses: "actions/setup-python@v4"
2220
with:
2321
python-version: "${{ matrix.python-version }}"
2422
- name: "Install dependencies"

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ on:
88
jobs:
99
tests:
1010
name: "Python ${{ matrix.python-version }}"
11-
runs-on: "ubuntu-20.04"
12-
env:
13-
USING_COVERAGE: '3.6,3.8'
11+
runs-on: "ubuntu-22.04"
1412

1513
strategy:
1614
matrix:
17-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1816

1917
steps:
2018
- uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)