Commit 6498272 1 parent 80d8c66 commit 6498272 Copy full SHA for 6498272
File tree 3 files changed +3
-6
lines changed
amazon_wishlist_pricewatch
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Schedule the script to run as often as you like with Task Scheduler/launchd/cron
60
60
61
61
### Prerequisites
62
62
63
- Python >=3.6
63
+ Python >=3.8
64
64
65
65
### Installation
66
66
Original file line number Diff line number Diff line change @@ -214,5 +214,4 @@ def test_notification() -> None:
214
214
)
215
215
216
216
217
- if __name__ == "__main__" :
218
- config = get_config ()
217
+ config = get_config ()
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ classifiers =
19
19
Topic :: Utilities
20
20
Typing :: Typed
21
21
Programming Language :: Python :: 3
22
- Programming Language :: Python :: 3.6
23
- Programming Language :: Python :: 3.7
24
22
Programming Language :: Python :: 3.8
25
23
Programming Language :: Python :: 3.9
26
24
Programming Language :: Python :: 3 :: Only
@@ -35,7 +33,7 @@ project_urls =
35
33
zip_safe = False
36
34
setup_requires = setuptools_scm
37
35
packages = amazon_wishlist_pricewatch
38
- python_requires = >=3.6 , <4
36
+ python_requires = >=3.8 , <4
39
37
install_requires =
40
38
beautifulsoup4
41
39
requests
You can’t perform that action at this time.
0 commit comments