From 96ac5dda83341fabf1a646f13b2ff0a09cad37a4 Mon Sep 17 00:00:00 2001 From: Kavi Gupta Date: Mon, 12 Feb 2024 20:08:45 -0500 Subject: [PATCH] remove 3.5 and 3.6 --- .github/workflows/test.yaml | 2 +- setup.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 448bf62..4854d6a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 9a47758..78f68dd 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,6 @@ download_url="https://github.com/kavigupta/ast_scope/archive/0.3.1.zip", packages=setuptools.find_packages(exclude=["tests*"]), classifiers=[ - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",