Skip to content

Commit

Permalink
Update supported python versions in classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Aug 27, 2023
1 parent d6d230a commit 0fc850e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -35,7 +35,7 @@ def fread(fn):
platforms='any',
license='BSD-3-Clause',
packages=find_packages(exclude=('docs', 'tests', 'tests.*')),
python_requires='>=3.6',
python_requires='>=3.8',
extras_require={
'rsa': rsa_require,
'signedtoken': signedtoken_require,
Expand All @@ -52,8 +52,6 @@ def fread(fn):
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'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',
Expand Down

0 comments on commit 0fc850e

Please sign in to comment.