From 71b91a0cdbf0eb0c742b7391e09a5888ab6014ed Mon Sep 17 00:00:00 2001 From: skjerns Date: Sun, 21 Jul 2024 09:46:48 +0200 Subject: [PATCH] remove python<3.9 --- .github/workflows/tests.yml | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d6047de..2c10660 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-2019, windows-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - name: Setup Python diff --git a/setup.py b/setup.py index 83b969f..eb2ba5e 100644 --- a/setup.py +++ b/setup.py @@ -299,12 +299,13 @@ def install_for_development(self): long_description=open('README.rst').read(), keywords=["EDFlib", "European data format", "EDF", "BDF", "EDF+", "BDF+"], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", + "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3",