Skip to content

Commit 5b977e5

Browse files
chore: remove 3.6 CI support
1 parent 5f32fac commit 5b977e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ on:
77

88
jobs:
99
build:
10-
# Avoiding -latest due to https://github.com/actions/setup-python/issues/162
11-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1211
timeout-minutes: 10
1312
strategy:
1413
fail-fast: false
1514
matrix:
1615
python-version:
17-
- "3.6"
1816
- "3.7"
1917
- "3.8"
2018
- "3.9"

0 commit comments

Comments
 (0)