Skip to content

Commit 691a875

Browse files
committed
update list of supported python version
Signed-off-by: Tomasz Kłoczko <[email protected]>
1 parent 6330837 commit 691a875

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,6 @@ def function_three():
168168
'License :: OSI Approved :: MIT License',
169169
'Operating System :: OS Independent',
170170
'Programming Language :: Python',
171-
'Programming Language :: Python :: 2',
172-
'Programming Language :: Python :: 2.7',
173-
'Programming Language :: Python :: 3',
174-
'Programming Language :: Python :: 3.4',
175-
'Programming Language :: Python :: 3.5',
176-
'Programming Language :: Python :: 3.6',
177-
'Programming Language :: Python :: 3.7',
178171
'Programming Language :: Python :: 3.8',
179172
'Programming Language :: Python :: 3.9',
180173
'Programming Language :: Python :: 3.10',
@@ -193,5 +186,5 @@ def function_three():
193186
'jinja2~=3.0.3',
194187
]
195188
},
196-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
189+
python_requires='>=3.8',
197190
)

0 commit comments

Comments
 (0)