From c1d14c761609f4e626182a9aba915177f2a105f5 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 12 Dec 2023 15:54:53 +0000 Subject: [PATCH] ci: drop py37, add py312 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5b2722..8576710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: @@ -37,7 +37,7 @@ jobs: - name: Run tests run: | ./test.sh - + - name: Lint with flake8 run: | pip install flake8