Skip to content

Commit

Permalink
fix(tests): add py312 for tests executed by tox
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Jan 14, 2025
1 parent 693af16 commit 47799b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"python-daemon>=2.0",
"pyro4>=4.82",
"pyusb>=1.0",
"pyzmq>=15.0,<25.0.0",
"pyzmq>=15.0",
"psutil",
"requests",
"systemd-python>=234",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ---------------------------------------------------------------------------

[tox]
envlist = py38,py39,py310,py311
envlist = py38,py39,py310,py311,py312

[testenv]
allowlist_externals = bash
Expand Down

0 comments on commit 47799b3

Please sign in to comment.