3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00

Remove hardcoded version from pyproject.toml, use dynamic version from setup.py

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-06-27 02:36:31 +00:00
parent d789a17898
commit 4c468ccf90

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "z3-solver"
version = "4.15.3.0"
dynamic = ["version"]
description = "an efficient SMT solver library"
readme = "README.txt"
requires-python = ">=3.8"