From 89a5d01f1353e3838b51d79ccb66ae972c10b69e Mon Sep 17 00:00:00 2001 From: Will Eaton Date: Tue, 18 Jun 2024 11:44:21 -0400 Subject: [PATCH] redrop 3.7 --- .github/workflows/ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0bf6b6..2e72f7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [macos-latest, windows-latest, ubuntu-latest] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index c249461..2d34f41 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "url": "https://github.com/wseaton/sqloxide", "packages": packages, "package_data": package_data, - "python_requires": ">=3.7,<4.0", + "python_requires": ">=3.8,<4.0", } from build import *