Skip to content

Commit 503393b

Browse files
committed
drop py27 and clean code
1 parent 4655bff commit 503393b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

isbnlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@
9191
'__support__',
9292
'__version__',
9393
)
94-
__version__ = '3.10.14'
95-
__support__ = 'py27, py35, py36, py37, py38, py39, py310, py311, pypy, pypy3'
94+
__version__ = '3.11.0'
95+
__support__ = 'py36, py37, py38, py39, py310, py311, pypy, pypy3'

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
PYPI_URL = 'https://pypi.org/project/{}/'.format(PROJECT_PACKAGE_NAME)
5555
PYPI_CLASSIFIERS = [
5656
'Programming Language :: Python',
57-
'Programming Language :: Python :: 2',
58-
'Programming Language :: Python :: 2.7',
5957
'Programming Language :: Python :: 3',
6058
'Programming Language :: Python :: 3.6',
6159
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)