2 Commits

Author SHA1 Message Date
7614cdfe4a add py12 to test matrix 2024-02-21 14:15:40 +00:00
Adem
9402f2e472 Merge pull request #43 from onyx-and-iris/fix-disconnect
Add disconnect() methods. Default ws timeout to None for event thread.
2024-01-21 15:45:06 +03:00

View File

@@ -51,4 +51,4 @@ dependencies = [
run = 'pytest -v' run = 'pytest -v'
[[tool.hatch.envs.test.matrix]] [[tool.hatch.envs.test.matrix]]
python = ["39", "310", "311"] python = ["39", "310", "311", "312"]