Skip to content

Commit 6bbabf0

Browse files
BlueAndiphiwuu
authored andcommitted
Support not just 3.13.0, but 3.13.x
#150
1 parent 1aa1dff commit 6bbabf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Python implementation can be used for several purposes:
5858
## Dependencies
5959

6060
### Run-time
61-
* 3.8 <= Python3 <= 3.13.*
61+
* 3.8 <= Python3 < 3.14
6262
* [PyVCG](https://pypi.org/project/PyVCG)
6363
* [PyPI CVC5](https://pypi.org/project/cvc5)
6464
(required when using the `--verify` option)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
license="GNU General Public License v3",
4444
packages=setuptools.find_packages(),
4545
install_requires="PyVCG[api]==1.0.8",
46-
python_requires=">=3.8, <=3.13.*",
46+
python_requires=">=3.8, <3.14",
4747
classifiers=[
4848
"Development Status :: 5 - Production/Stable",
4949
"Environment :: Console",

0 commit comments

Comments
 (0)