Skip to content

Commit 6c6812a

Browse files
authored
Bump bundled llhttp to 8.1.1 (#91)
Also drop Python 3.5/3.6 in CI/CD, however Python 3.5 is kept in setup.py
1 parent 7b1b43b commit 6c6812a

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
os: [ubuntu-latest, macos-latest, windows-latest]
7474
cibw_arch: ["auto64", "aarch64", "universal2"]
7575
cibw_python:
76-
- "cp36-*"
7776
- "cp37-*"
7877
- "cp38-*"
7978
- "cp39-*"
@@ -84,9 +83,6 @@ jobs:
8483
cibw_arch: universal2
8584
- os: macos-latest
8685
cibw_arch: aarch64
87-
- os: macos-latest
88-
cibw_python: "cp36-*"
89-
cibw_arch: universal2
9086
- os: macos-latest
9187
cibw_python: "cp37-*"
9288
cibw_arch: universal2

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1818
os: [windows-latest, ubuntu-latest, macos-latest]
19-
exclude:
20-
# Python 3.5 is unable to properly
21-
# find the recent VS tooling
22-
# https://bugs.python.org/issue30389
23-
- os: windows-latest
24-
python-version: 3.5
2519

2620
env:
2721
PIP_DISABLE_PIP_VERSION_CHECK: 1

0 commit comments

Comments
 (0)