Skip to content

Commit 533ab91

Browse files
chore: remove 3.6 CI support (#1683)
* chore: remove 3.6 CI support * Update ci-build.yml * test against pypy3.11 * support pypy3.11 in other PR
1 parent d4fa653 commit 533ab91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
# Avoiding -latest due to https://github.com/actions/setup-python/issues/162
12-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1312
timeout-minutes: 15
1413
strategy:
1514
fail-fast: false
@@ -22,7 +21,6 @@ jobs:
2221
- "3.9"
2322
- "3.8"
2423
- "3.7"
25-
- "3.6"
2624
- "pypy3.10"
2725
env:
2826
CI_LARGE_SOCKET_MODE_PAYLOAD_TESTING_DISABLED: "1"

0 commit comments

Comments
 (0)