File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Signal capturer.
6
6
7
7
## Installation
8
8
9
- Requires python version 3.6 or later.
9
+ Requires python version 3.7 or later.
10
10
11
11
To install the latest release on [ PyPI] ( https://pypi.org/project/python-fssignal/ ) ,
12
12
simply run:
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1 "
1
+ __version__ = "0.0.2 "
2
2
__doc__ = """
3
3
Signal capturer v{}
4
4
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>
Original file line number Diff line number Diff line change 22
22
long_description = open (os .path .join (pwd , "README.md" )).read (),
23
23
long_description_content_type = "text/markdown" ,
24
24
zip_safe = False ,
25
- python_requires = ">=3.6 .0" ,
25
+ python_requires = ">=3.7 .0" ,
26
26
classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers
27
27
"Development Status :: 4 - Beta" ,
28
28
"Topic :: Utilities" ,
29
29
"Programming Language :: Python :: 3 :: Only" ,
30
- "Programming Language :: Python :: 3.6" ,
31
30
"Programming Language :: Python :: 3.7" ,
32
31
"Programming Language :: Python :: 3.8" ,
33
32
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments