File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup Python
2222 uses : actions/setup-python@v4
2323 with :
24- python-version : ' 3.10 '
24+ python-version : ' 3.9 '
2525 architecture : ' x64'
2626
2727 - name : Restore dependency cache
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Read infrastructure data from your cloud and export it to a SQL database.
44
55## Installation
66
7- Python 3.10 or higher is required.
7+ Python 3.9 or higher is required.
88It is recommended to use a separate virtual environment for this project. You can create one with the following command:
99
1010``` bash
Original file line number Diff line number Diff line change 1111__author__ = "Some Engineering Inc."
1212__license__ = "Apache 2.0"
1313__copyright__ = "Copyright © 2022 Some Engineering Inc."
14- __version__ = "0.4.2 "
14+ __version__ = "0.5.0 "
Original file line number Diff line number Diff line change 2424 name = cloud2sql .__title__ ,
2525 version = cloud2sql .__version__ ,
2626 description = cloud2sql .__description__ ,
27- python_requires = ">=3.10 " ,
27+ python_requires = ">=3.9 " ,
2828 classifiers = ["Programming Language :: Python :: 3" ],
2929 entry_points = {"console_scripts" : ["cloud2sql=cloud2sql.__main__:main" ]},
3030 install_requires = required ,
You can’t perform that action at this time.
0 commit comments