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 1aa1dff commit 6bbabf0Copy full SHA for 6bbabf0
README.md
@@ -58,7 +58,7 @@ The Python implementation can be used for several purposes:
58
## Dependencies
59
60
### Run-time
61
-* 3.8 <= Python3 <= 3.13.*
+* 3.8 <= Python3 < 3.14
62
* [PyVCG](https://pypi.org/project/PyVCG)
63
* [PyPI CVC5](https://pypi.org/project/cvc5)
64
(required when using the `--verify` option)
setup.py
@@ -43,7 +43,7 @@
43
license="GNU General Public License v3",
44
packages=setuptools.find_packages(),
45
install_requires="PyVCG[api]==1.0.8",
46
- python_requires=">=3.8, <=3.13.*",
+ python_requires=">=3.8, <3.14",
47
classifiers=[
48
"Development Status :: 5 - Production/Stable",
49
"Environment :: Console",
0 commit comments