File tree Expand file tree Collapse file tree
amazon_wishlist_pricewatch Expand file tree Collapse file tree 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
6060
6161### Prerequisites
6262
63- Python >=3.6
63+ Python >=3.8
6464
6565### Installation
6666
Original file line number Diff line number Diff line change @@ -214,5 +214,4 @@ def test_notification() -> None:
214214 )
215215
216216
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 =
1919 Topic :: Utilities
2020 Typing :: Typed
2121 Programming Language :: Python :: 3
22- Programming Language :: Python :: 3.6
23- Programming Language :: Python :: 3.7
2422 Programming Language :: Python :: 3.8
2523 Programming Language :: Python :: 3.9
2624 Programming Language :: Python :: 3 :: Only
@@ -35,7 +33,7 @@ project_urls =
3533zip_safe = False
3634setup_requires = setuptools_scm
3735packages = amazon_wishlist_pricewatch
38- python_requires = >=3.6 , <4
36+ python_requires = >=3.8 , <4
3937install_requires =
4038 beautifulsoup4
4139 requests
You can’t perform that action at this time.
0 commit comments