We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a0839 commit 38173edCopy full SHA for 38173ed
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python: [3.11, 3.7]
+ python: [3.11, 3.8]
10
steps:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-python@v4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.0 (unreleased)
2
+
3
+- Dropped support for Python < 3.8
4
5
## 0.1.8 (2023-05-20)
- Fixed serialization with Django
setup.py
@@ -21,7 +21,7 @@
21
'pgvector.sqlalchemy',
22
'pgvector.utils'
23
],
24
- python_requires='>=3.6',
+ python_requires='>=3.8',
25
install_requires=[
26
'numpy'
27
0 commit comments