Skip to content

Commit

Permalink
[PR #8259/f78ef6f8 backport][3.9] Flag python 3.11/12 support (#8261)
Browse files Browse the repository at this point in the history
**This is a backport of PR #8259 as merged into master
(f78ef6f).**

Co-authored-by: Sam Bull <git@sambull.org>
  • Loading branch information
patchback[bot] and Dreamsorcerer authored Mar 28, 2024
1 parent 58dec1d commit 1746d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs: gen_llhttp
strategy:
matrix:
pyver: [3.8, 3.9, '3.10']
pyver: [3.8, 3.9, '3.10', '3.11', '3.12']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
experimental: [false]
Expand All @@ -141,28 +141,8 @@ jobs:
no-extensions: 'Y'
os: ubuntu
experimental: false
- os: macos
pyver: "3.11"
experimental: true
no-extensions: 'Y'
- os: ubuntu
pyver: "3.11"
experimental: false
no-extensions: 'Y'
- os: windows
pyver: "3.11"
experimental: true
no-extensions: 'Y'
- os: ubuntu
pyver: "3.12"
experimental: true
no-extensions: 'Y'
- os: macos
pyver: "3.12"
experimental: true
no-extensions: 'Y'
- os: windows
pyver: "3.12"
pyver: "3.13"
experimental: true
no-extensions: 'Y'
fail-fast: true
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

Topic :: Internet :: WWW/HTTP

Expand Down

0 comments on commit 1746d2d

Please sign in to comment.