Skip to content

Commit

Permalink
preparations for python3.13. discord.py is not yet prepared with depr…
Browse files Browse the repository at this point in the history
…ecated audioop import still in there
  • Loading branch information
mgaertne committed Oct 9, 2024
1 parent 30ce0c7 commit bc2966f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ legacy_tox_ini = """
3.10: py310
3.11: py311
3.12: py312
3.13: py313
[testenv:py3{7,8,9,10,11,12}]
[testenv:py3{7,8,9,10,11,12,13}]
deps =
-rrequirements-tests.txt
commands =
Expand Down Expand Up @@ -82,6 +83,7 @@ pythonpath = [
"src",
"tests",
]
asyncio_default_fixture_loop_scope = "function"

[tool.coverage.paths]
source = [
Expand Down

0 comments on commit bc2966f

Please sign in to comment.