Merge pull request #101 from mkdir700/fix-ci-errors-on-python3.11

Fix ci errors on python3.11
This commit is contained in:
long2ice
2022-11-07 16:33:45 +08:00
committed by GitHub
3 changed files with 550 additions and 200 deletions

View File

@@ -4,11 +4,11 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: abatilo/actions-poetry@v2.1.3
- uses: abatilo/actions-poetry@v2.1.6
- name: Config poetry
run: poetry config experimental.new-installer false
- name: CI

743
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,6 +23,7 @@ aiomcache = { version = "*", optional = true }
pendulum = "*"
aiobotocore = { version = "^1.4.1", optional = true }
typing-extensions = { version = ">=4.1.0", markers = "python_version < \"3.10\"" }
aiohttp= { version = ">=3.8.3", markers = "python_version >= \"3.11\""}
[tool.poetry.dev-dependencies]
flake8 = "*"