diff --git a/.github/workflows/jaffle-shop-v1.yml b/.github/workflows/jaffle-shop-v1.yml index 39895403b..b2c9afa11 100644 --- a/.github/workflows/jaffle-shop-v1.yml +++ b/.github/workflows/jaffle-shop-v1.yml @@ -22,10 +22,10 @@ jobs: repository: firebolt-db/jaffle_shop_firebolt path: jaffle-shop - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | diff --git a/.github/workflows/jaffle-shop-v2.yml b/.github/workflows/jaffle-shop-v2.yml index dc9d0ade3..5868780c3 100644 --- a/.github/workflows/jaffle-shop-v2.yml +++ b/.github/workflows/jaffle-shop-v2.yml @@ -22,10 +22,10 @@ jobs: repository: firebolt-db/jaffle_shop_firebolt path: jaffle-shop - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | diff --git a/setup.cfg b/setup.cfg index 4815224e5..d8c74280c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifiers = Operating System :: OS Independent Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 project_urls = @@ -26,7 +25,7 @@ install_requires = dbt-core~=1.5 firebolt-sdk>=1.1.0 pydantic>=0.23 -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = = .