File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010
1111docs /_build /
1212
13- env /
13+ venv /
1414testenv /
1515testvenv /
1616
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers =
2323 Programming Language :: Python :: 3.7
2424 Programming Language :: Python :: 3.8
2525 Programming Language :: Python :: 3.9
26+ Programming Language :: Python :: 3.10
2627 Programming Language :: Python :: Implementation :: CPython
2728
2829[options]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def test_refcounts(request):
2121
2222 timer = ahk .set_countdown (0.01 , func )
2323 func_refcount = sys .getrefcount (func )
24- ahk .sleep (0.01 )
24+ ahk .sleep (0.02 )
2525 assert sys .getrefcount (func ) == func_refcount - 1
2626
2727
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{37,38,39}-64
3+ py{37,38,39,310 }-64
44 py38-32
55
66[testenv]
@@ -11,5 +11,7 @@ basepython =
1111 py38-64: python3.8-64
1212 py39-32: python3.9-32
1313 py39-64: python3.9-64
14+ py310-32: python3.10-32
15+ py310-64: python3.10-64
1416deps = -r requirements/tests.txt
1517commands = python -m ahkpy -m pytest
You can’t perform that action at this time.
0 commit comments