Upgrade to Python 3.10 (#5992)

* Upgrade to Python 3.10

* Upgrade to Python 3.10

* mypy || true

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Christian Clauss
2022-02-13 06:57:44 +01:00
committed by GitHub
parent 54f765bdd0
commit f707f6d689
4 changed files with 6 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
- uses: psf/black@21.4b0
- name: Install pre-commit
run: |