Skip to content

Commit 9b4f3d7

Browse files
authored
Merge pull request #33 from iluvcapra/py3.13-support
Py3.13 support
2 parents e7d5f61 + 38eddcc commit 9b4f3d7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v2.5.0

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20-
"Programming Language :: Python :: 3.12"
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13"
2122
]
2223
dependencies = [
23-
"lxml ~= 4.9.2"
24+
"lxml ~= 5.3.0"
2425
]
2526
keywords = [
2627
'waveform',

0 commit comments

Comments
 (0)