: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
3 changed files with 888 additions and 780 deletions
+2 -2
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:
Generated
+885 -778
View File
File diff suppressed because it is too large Load Diff
+1
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",
]