Skip to content

Commit

Permalink
Add Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Nov 3, 2024
1 parent ebcb86b commit f601fba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes
1.4.1

- Cater for malformed XML from WiiM pro in non-strict mode (#14, @pp81381)
- Add Python 3.13 support


1.4.0 (2023-12-16)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
packages=["didl_lite"],
package_data={
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python =
3.10: py310
3.11: py311
3.12: py312, flake8, pylint, codespell, typing, black
3.13: py313

[testenv]
commands = py.test --cov=didl_lite --cov-report=term --cov-report=xml:coverage-{env_name}.xml {posargs}
Expand Down

0 comments on commit f601fba

Please sign in to comment.