From 1843f9074ea059847455de4a13507d2dc0b81918 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 7 Feb 2024 11:45:09 +0800 Subject: [PATCH] update min py ver --- .github/workflows/ci.yml | 6 +++--- mypy.ini | 2 +- versioneer.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb39e5ba..9d87c2449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: - python-version: [3.8, 3.9, '3.10', 3.11] + python-version: [3.9, '3.10', 3.11, 3.12] steps: @@ -124,10 +124,10 @@ jobs: - name: Checkout LFS objects run: git lfs pull - - name: Set up Python 3.8 + - name: Set up Python 3.9 uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | diff --git a/mypy.ini b/mypy.ini index 83261070c..f724d62e2 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.8 +python_version = 3.9 # TODO check tests exclude = graph_vector_pb2|versioneer|_version|cu_cat/tests diff --git a/versioneer.py b/versioneer.py index 1d969f6a1..ce66858ee 100644 --- a/versioneer.py +++ b/versioneer.py @@ -10,7 +10,7 @@ * https://github.com/python-versioneer/python-versioneer * Brian Warner * License: Public Domain -* Compatible with: Python 3.8, 3.9, 3.10 and pypy3 +* Compatible with: Python 3.9, 3.10 and pypy3 * [![Latest Version][pypi-image]][pypi-url] * [![Build Status][travis-image]][travis-url]