From 9d4946c61c1b328e047b5ae145fb51d63cb372af Mon Sep 17 00:00:00 2001 From: "Li-Huai (Allan) Lin" Date: Wed, 10 Jul 2024 23:42:54 -0700 Subject: [PATCH] deprecate python 3.9 --- .github/workflows/CI.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 99eb181..d5af8c9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index d48ac20..36701bf 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ "Documentation": "https://libjcihitachi.readthedocs.io/en/latest/", }, classifiers=[ - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",