Skip to content

Commit

Permalink
Bump bundled llhttp to 8.1.1 (#91)
Browse files Browse the repository at this point in the history
Also drop Python 3.5/3.6 in CI/CD, however Python 3.5 is kept in setup.py
  • Loading branch information
fantix committed Jul 6, 2023
1 parent 7b1b43b commit 6c6812a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
cibw_arch: ["auto64", "aarch64", "universal2"]
cibw_python:
- "cp36-*"
- "cp37-*"
- "cp38-*"
- "cp39-*"
Expand All @@ -84,9 +83,6 @@ jobs:
cibw_arch: universal2
- os: macos-latest
cibw_arch: aarch64
- os: macos-latest
cibw_python: "cp36-*"
cibw_arch: universal2
- os: macos-latest
cibw_python: "cp37-*"
cibw_arch: universal2
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [windows-latest, ubuntu-latest, macos-latest]
exclude:
# Python 3.5 is unable to properly
# find the recent VS tooling
# https://bugs.python.org/issue30389
- os: windows-latest
python-version: 3.5

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand Down
2 changes: 1 addition & 1 deletion vendor/llhttp
Submodule llhttp updated 7 files
+1 −0 .gitignore
+1 −1 CMakeLists.txt
+255 −3 README.md
+248 −10 include/llhttp.h
+10 −1 llhttp.gyp
+87 −2 src/api.c
+5,015 −2,193 src/llhttp.c

0 comments on commit 6c6812a

Please sign in to comment.