We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae30a1 commit 3de7832Copy full SHA for 3de7832
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python: [3.13, 3.8]
+ python: [3.13, 3.9]
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-python@v5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.0 (unreleased)
2
+
3
+- Dropped support for Python < 3.9
4
5
## 0.3.6 (2024-10-26)
- Added `arrays` option for Psycopg 2
pyproject.toml
@@ -11,7 +11,7 @@ authors = [
{name = "Andrew Kane", email = "[email protected]"}
]
13
license = {text = "MIT"}
14
-requires-python = ">= 3.8"
+requires-python = ">= 3.9"
15
dependencies = [
16
"numpy"
17
0 commit comments