Skip to content

Commit

Permalink
Merge pull request #33 from iluvcapra/py3.13-support
Browse files Browse the repository at this point in the history
Py3.13 support
  • Loading branch information
iluvcapra authored Oct 25, 2024
2 parents e7d5f61 + 38eddcc commit 9b4f3d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/[email protected]
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
]
dependencies = [
"lxml ~= 4.9.2"
"lxml ~= 5.3.0"
]
keywords = [
'waveform',
Expand Down

0 comments on commit 9b4f3d7

Please sign in to comment.