Skip to content

Commit 70b4849

Browse files
authored
Merge pull request #23 from ddurham2/4.3branch
added py3.8, py3.9 and py3.10
2 parents 50baa8d + f78a129 commit 70b4849

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
log_description = summary
3131

3232
setup(name='func_timeout',
33-
version='4.3.5',
33+
version='4.3.6',
3434
packages=['func_timeout'],
3535
author='Tim Savannah',
3636
author_email='[email protected]',
@@ -50,6 +50,9 @@
5050
'Programming Language :: Python :: 3.5',
5151
'Programming Language :: Python :: 3.6',
5252
'Programming Language :: Python :: 3.7',
53+
'Programming Language :: Python :: 3.8',
54+
'Programming Language :: Python :: 3.9',
55+
'Programming Language :: Python :: 3.10',
5356
'Topic :: Software Development :: Libraries :: Python Modules'
5457
]
5558
)

0 commit comments

Comments
 (0)