From bef7b959613f9f4d8ba7f69c78920d29d9ac7c63 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 17 May 2023 09:10:48 +0200 Subject: [PATCH] update publish actions and pyproject --- .github/workflows/auto-publish.yml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index dd44b7fbd..602cad142 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,11 +11,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/pyproject.toml b/pyproject.toml index 8948c4acb..81033ba29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 120 -target-version = ['py37'] +target-version = ['py38', 'py39', 'py310'] include = '\.pyi?$' extend-exclude = ''' /(