:up_arrow: add python 3.12 into ci (#395)

*  add python 3.12 into ci

* ⬆️ update uvloop

* ⬆️ update poetry.lock

* 📝 声明3.12支持
This commit is contained in:
AzideCupric 2023-10-26 19:21:17 +08:00 committed by GitHub
parent e285841537
commit 7a7585734d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 888 additions and 780 deletions

View File

@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env:
@ -89,7 +89,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env:

1663
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@ classifiers = [
"Operating System :: MacOS",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"License :: OSI Approved :: MIT License",
]