Merge pull request #23 from ddurham2/4.3branch

added py3.8, py3.9 and py3.10
This commit is contained in:
Tim Savannah 2022-02-01 20:18:08 -05:00 committed by GitHub
commit 70b48494bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ if __name__ == '__main__':
log_description = summary
setup(name='func_timeout',
version='4.3.5',
version='4.3.6',
packages=['func_timeout'],
author='Tim Savannah',
author_email='kata198@gmail.com',
@ -50,6 +50,9 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)