diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d602817..ecae48a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,11 @@ jobs: strategy: matrix: python: - - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" runs-on: ubuntu-latest steps: - name: Checkout diff --git a/setup.py b/setup.py index 94a1698..05c5aa4 100644 --- a/setup.py +++ b/setup.py @@ -44,11 +44,11 @@ def readme(): "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Intended Audience :: Developers", ], keywords="validate CSV vampires",