We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50baa8d + f78a129 commit 70b4849Copy full SHA for 70b4849
setup.py
@@ -30,7 +30,7 @@
30
log_description = summary
31
32
setup(name='func_timeout',
33
- version='4.3.5',
+ version='4.3.6',
34
packages=['func_timeout'],
35
author='Tim Savannah',
36
author_email='[email protected]',
@@ -50,6 +50,9 @@
50
'Programming Language :: Python :: 3.5',
51
'Programming Language :: Python :: 3.6',
52
'Programming Language :: Python :: 3.7',
53
+ 'Programming Language :: Python :: 3.8',
54
+ 'Programming Language :: Python :: 3.9',
55
+ 'Programming Language :: Python :: 3.10',
56
'Topic :: Software Development :: Libraries :: Python Modules'
57
]
58
)
0 commit comments