Skip to content

Commit

Permalink
Flag python 3.11/12 support (#8259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Mar 28, 2024
1 parent 0ae1a38 commit f78ef6f
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 @@ -141,7 +141,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 @@ -157,28 +157,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 f78ef6f

Please sign in to comment.