Skip to content

Commit

Permalink
End support for Python 3.8 and add support for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Oct 9, 2024
1 parent 2ca43a0 commit 9954a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and test wheels
env:
CIBW_ARCHS: "auto64"
CIBW_SKIP: "cp36-* cp37-* pp37-* pp310-*"
CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-* pp38-* pp310-*"
CC: clang
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ classifiers = [
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Scientific/Engineering",
"License :: OSI Approved :: MIT License",
"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",
"Programming Language :: Python :: 3.13",
]
urls = { "Homepage" = "https://github.com/nomonosound/numpy-rms" }

Expand Down

0 comments on commit 9954a78

Please sign in to comment.