Skip to content

Commit c425c4a

Browse files
author
Jesse
authored
Drop Python 3.7 as a supported version (databricks#270)
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com> (cherry picked from commit 8d85fa8)
1 parent 1f4714b commit c425c4a

File tree

4 files changed

+227
-503
lines changed

4 files changed

+227
-503
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
14+
python-version: [3.8, 3.9, "3.10", "3.11"]
1515
steps:
1616
#----------------------------------------------
1717
# check-out repo and set-up python
@@ -29,7 +29,6 @@ jobs:
2929
- name: Install Poetry
3030
uses: snok/install-poetry@v1
3131
with:
32-
version: ${{ matrix.python-version == 3.7 && '1.5.1' || 'latest' }}
3332
virtualenvs-create: true
3433
virtualenvs-in-project: true
3534
installer-parallel: true
@@ -81,7 +80,6 @@ jobs:
8180
- name: Install Poetry
8281
uses: snok/install-poetry@v1
8382
with:
84-
version: ${{ matrix.python-version == 3.7 && '1.5.1' || 'latest' }}
8583
virtualenvs-create: true
8684
virtualenvs-in-project: true
8785
installer-parallel: true
@@ -134,7 +132,6 @@ jobs:
134132
- name: Install Poetry
135133
uses: snok/install-poetry@v1
136134
with:
137-
version: ${{ matrix.python-version == 3.7 && '1.5.1' || 'latest' }}
138135
virtualenvs-create: true
139136
virtualenvs-in-project: true
140137
installer-parallel: true

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Release History
22

3-
## 2.9.4 (Unreleased)
3+
## 3.0.0 (Unreleased)
44

55
- Other: Introduce SQLAlchemy dialect compliance test suite and enumerate all excluded tests
66
- Add integration tests for Databricks UC Volumes ingestion queries
77
- Add `_retry_max_redirects` config
88
- Enable cloud fetch by default. To disable, set `use_cloud_fetch=False` when building `databricks.sql.client`.
9+
- Remove support for Python 3.7
910

1011
## 2.9.3 (2023-08-24)
1112

0 commit comments

Comments
 (0)