From d6db517f2ba70e47d9bb3b5aab74f7e02e4e11f8 Mon Sep 17 00:00:00 2001 From: Duan Juanyong Date: Fri, 7 Jun 2024 20:21:18 +0800 Subject: [PATCH] remove 3.12 support --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- README.md | 1 - pyproject.toml | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a54bbae..efe88d4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: python-version: - ['3.9', '3.10', '3.11', '3.12'] + ['3.9', '3.10', '3.11'] steps: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6062b4..ba04c49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "windows", "macos"] - python-version: ["3.9", "3.10.8", "3.11", "3.12"] + python-version: ["3.9", "3.10.8", "3.11"] # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -41,7 +41,7 @@ jobs: - name: run the test script working-directory: tests run: | - pip install pytest setuptools==65.5.0 + pip install pytest pytest test_demo.py python uvad_test.py diff --git a/README.md b/README.md index 9d5dc26..adc2344 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Tested on [![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/) [![Python 3.10](https://img.shields.io/badge/python-3.10.8-blue.svg)](https://www.python.org/downloads/release/python-3108/) [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/) -[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/) # Getting Started diff --git a/pyproject.toml b/pyproject.toml index f931372..dc71ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.11" ] dependencies = [