Skip to content

Commit

Permalink
Build EdgeDB 5 with Python 3.12 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans authored Feb 12, 2024
1 parent 80773b4 commit 7fffefe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions edgedbpkg/edgedb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
python.set_python_runtime_dependency(
poetry_dep.Dependency(
name="python-edgedb",
constraint=">=3.10.0,<3.12.0",
constraint=">=3.10.0,<3.13.0",
allows_prereleases=True,
)
)
Expand Down Expand Up @@ -73,7 +73,7 @@ class EdgeDB(packages.BundledPythonPackage):
],
">=5.0.dev1": [
"postgresql-edgedb (~= 15.0)",
"python-edgedb (~= 3.11.0)",
"python-edgedb (~= 3.12.0)",
"pgext-pgvector (~= 0.6.0)",
],
}
Expand All @@ -87,6 +87,7 @@ class EdgeDB(packages.BundledPythonPackage):
postgresql.PostgreSQL(version="15.6"),
python_bundle.Python(version="3.10.11"),
python_bundle.Python(version="3.11.8"),
python_bundle.Python(version="3.12.2"),
pyentrypoint.PyEntryPoint(version="1.0.0"),
pgvector.PgVector("v0.4.2"),
pgvector.PgVector("v0.6.0"),
Expand Down

0 comments on commit 7fffefe

Please sign in to comment.