Skip to content

Commit 8d85fa8

Browse files
author
Jesse
authored
async: update minimum python version and add httpx (#259)
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent b2b2d2a commit 8d85fa8

File tree

4 files changed

+354
-531
lines changed

4 files changed

+354
-531
lines changed

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

+1-4
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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
8+
- Remove support for Python 3.7
89

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

0 commit comments

Comments
 (0)