Skip to content

Commit c722d36

Browse files
committed
Dropping Python 3.5/6 support. Updated version
1 parent 82ed747 commit c722d36

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="pyshark",
9-
version="0.5.3",
9+
version="0.6",
1010
packages=find_packages(),
1111
package_data={'': ['*.ini', '*.pcapng']},
1212
install_requires=['lxml', 'termcolor', 'packaging', 'appdirs'],
@@ -20,8 +20,6 @@
2020

2121
classifiers=[
2222
'License :: OSI Approved :: MIT License',
23-
'Programming Language :: Python :: 3.5',
24-
'Programming Language :: Python :: 3.6',
2523
'Programming Language :: Python :: 3.7',
2624
'Programming Language :: Python :: 3.8',
2725
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)