From 2d70b9540b467b27f1cdbc10d521d0f73cd15ef4 Mon Sep 17 00:00:00 2001 From: Andrea Ostuni Date: Fri, 5 Jan 2024 01:09:28 +0100 Subject: [PATCH] formatting and linting --- .github/workflows/cicd.yml | 2 +- .github/workflows/style.yml | 2 +- setup.cfg | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4936860b..822050f2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -53,7 +53,7 @@ jobs: - name: '🐍 Initialize Python' uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.10 - name: '🚚 Compilation cache' uses: actions/cache@v2 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 98b7d2d4..a758e852 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -73,4 +73,4 @@ jobs: - name: "📝 isort" uses: isort/isort-action@master with: - configuration: --check --diff --color + configuration: --check --diff diff --git a/setup.cfg b/setup.cfg index 10391f6d..ff7939e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,6 +47,7 @@ classifiers = Intended Audience :: Science/Research Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)