Revert "still support py39"

This reverts commit 1570f677446276024fe7eb44993e02424f14e70f.
This commit is contained in:
felinae98 2022-06-07 00:55:55 +08:00
parent 1570f67744
commit 8c3ec58d24
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ jobs:
needs: build-frontend
strategy:
matrix:
python-version: ["3.9","3.10"]
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env:

View File

@ -23,7 +23,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.9,<4.0.0"
python = ">=3.10,<4.0.0"
nonebot2 = "^2.0.0-beta.2"
httpx = ">=0.16.1"
bs4 = "^0.0.1"
@ -64,7 +64,7 @@ asyncio_mode = "auto"
[tool.black]
line-length = 88
target-version = ["py39","py310"]
target-version = ["py310"]
include = '\.pyi?$'
extend-exclude = '''
'''