Skip to content

Commit

Permalink
remove python<3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jul 21, 2024
1 parent 41654a5 commit 71b91a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 71b91a0

Please sign in to comment.