Skip to content

Commit 3de7832

Browse files
committed
Dropped support for Python < 3.9
1 parent cae30a1 commit 3de7832

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python: [3.13, 3.8]
9+
python: [3.13, 3.9]
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0 (unreleased)
2+
3+
- Dropped support for Python < 3.9
4+
15
## 0.3.6 (2024-10-26)
26

37
- Added `arrays` option for Psycopg 2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "Andrew Kane", email = "andrew@ankane.org"}
1212
]
1313
license = {text = "MIT"}
14-
requires-python = ">= 3.8"
14+
requires-python = ">= 3.9"
1515
dependencies = [
1616
"numpy"
1717
]

0 commit comments

Comments
 (0)