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 10
10
11
11
docs /_build /
12
12
13
- env /
13
+ venv /
14
14
testenv /
15
15
testvenv /
16
16
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers =
23
23
Programming Language :: Python :: 3.7
24
24
Programming Language :: Python :: 3.8
25
25
Programming Language :: Python :: 3.9
26
+ Programming Language :: Python :: 3.10
26
27
Programming Language :: Python :: Implementation :: CPython
27
28
28
29
[options]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def test_refcounts(request):
21
21
22
22
timer = ahk .set_countdown (0.01 , func )
23
23
func_refcount = sys .getrefcount (func )
24
- ahk .sleep (0.01 )
24
+ ahk .sleep (0.02 )
25
25
assert sys .getrefcount (func ) == func_refcount - 1
26
26
27
27
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{37,38,39}-64
3
+ py{37,38,39,310 }-64
4
4
py38-32
5
5
6
6
[testenv]
@@ -11,5 +11,7 @@ basepython =
11
11
py38-64: python3.8-64
12
12
py39-32: python3.9-32
13
13
py39-64: python3.9-64
14
+ py310-32: python3.10-32
15
+ py310-64: python3.10-64
14
16
deps = -r requirements/tests.txt
15
17
commands = python -m ahkpy -m pytest
You can’t perform that action at this time.
0 commit comments