Skip to content

Commit 96988ee

Browse files
author
Bastian Bechtold
committed
python <= 3.9 deprecated
1 parent 1aee0c3 commit 96988ee

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,21 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
1212
python-version:
13-
- "3.9"
1413
- "3.10"
1514
- "3.11"
1615
- "3.12"
1716
- "3.13"
18-
- "pypy-3.7"
19-
- "pypy-3.8"
20-
- "pypy-3.9"
17+
- "3.14"
2118
- "pypy-3.10"
19+
- "pypy-3.11"
2220
architecture: ["x86", "x64"]
2321
exclude:
24-
- os: macos-latest # No Numpy binary wheel
25-
python-version: "pypy-3.7"
26-
- os: macos-latest
27-
python-version: "3.9"
2822
- os: macos-latest
2923
python-version: "3.10"
3024
- os: macos-latest
3125
architecture: "x86"
3226
- os: ubuntu-latest
3327
architecture: "x86"
34-
- os: windows-latest
35-
python-version: "pypy-3.9"
3628
- os: windows-latest
3729
python-version: "pypy-3.10"
3830

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_tag(self):
8787
version=soundfile_version,
8888
description='An audio library based on libsndfile, CFFI and NumPy',
8989
author='Bastian Bechtold',
90-
author_email='basti@bastibe.de',
90+
author_email='bastibe.dev@mailbox.org',
9191
url='https://github.com/bastibe/python-soundfile',
9292
keywords=['audio', 'libsndfile'],
9393
py_modules=['soundfile'],
@@ -109,7 +109,6 @@ def get_tag(self):
109109
'Operating System :: OS Independent',
110110
'Programming Language :: Python',
111111
'Programming Language :: Python :: 3',
112-
'Programming Language :: Python :: 2',
113112
'Programming Language :: Python :: Implementation :: PyPy',
114113
'Programming Language :: Python :: Implementation :: CPython',
115114
'Topic :: Multimedia :: Sound/Audio',

0 commit comments

Comments
 (0)