Skip to content

Commit d14dd26

Browse files
committed
Drop support for Python 3.7
1 parent 4ea1fe7 commit d14dd26

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/python-versions.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ jobs:
55
strategy:
66
matrix:
77
python-version:
8-
- "3.7"
98
- "3.8"
10-
- "3.9"
11-
- "3.10"
12-
- "pypy-3.7"
9+
- "3.13"
1310
- "pypy-3.8"
11+
- "pypy-3.11"
1412
runs-on: ubuntu-latest
1513
steps:
1614
- name: Install PortAudio

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_tag(self):
6969
packages=packages,
7070
package_data=package_data,
7171
zip_safe=zip_safe,
72-
python_requires='>=3.7',
72+
python_requires='>=3.8',
7373
setup_requires=['CFFI>=1.0'],
7474
install_requires=['CFFI>=1.0'],
7575
extras_require={'NumPy': ['NumPy']},

0 commit comments

Comments
 (0)