From eb6866621c5742119a691ad4a43c9ebd623d2f18 Mon Sep 17 00:00:00 2001 From: Clivern Date: Sat, 12 Dec 2020 21:28:57 +0100 Subject: [PATCH] update --- .github/workflows/ci.yml | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 580d006..d1bdf50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false max-parallel: 4 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/Makefile b/Makefile index dddd34c..7952b45 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ config: $(pip) install wheel $(pip) install tox $(pip) install setuptools-scm + $(PIP) install git+https://github.com/psf/black ## test: Run test case.