From cfbd42a713363be398748bb8ed3f6ff90981827e Mon Sep 17 00:00:00 2001 From: sudoskys Date: Sun, 14 Apr 2024 00:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20feat(pyproject.toml):=20bump=20v?= =?UTF-8?q?ersion=20to=200.4.8=20and=20update=20requires-python=20to=20>?= =?UTF-8?q?=3D3.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 0e272ba..feb6c59 100755 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11','3.12' ] + python-version: [ '3.9', '3.10', '3.11','3.12' ] os: [ ubuntu-latest ] #, windows-latest, macos-latest steps: