Skip to content

Commit

Permalink
Dropping Python 3.5/6 support. Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
KimiNewt committed Apr 26, 2023
1 parent 82ed747 commit c722d36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pyshark",
version="0.5.3",
version="0.6",
packages=find_packages(),
package_data={'': ['*.ini', '*.pcapng']},
install_requires=['lxml', 'termcolor', 'packaging', 'appdirs'],
Expand All @@ -20,8 +20,6 @@

classifiers=[
'License :: OSI Approved :: MIT License',
'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',
Expand Down

0 comments on commit c722d36

Please sign in to comment.