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 7f96a4e commit cf79813Copy full SHA for cf79813
CHANGELOG.md
@@ -10,7 +10,8 @@
10
11
### 1.0.5-dev
12
13
-
+* Fix python_requires, the expression acidentally excluded Python
14
+ 3.11. We should now correctly support it.
15
16
### 1.0.4
17
setup.py
@@ -47,7 +47,7 @@
47
license="GNU General Public License v3",
48
packages=["pyvcg", "pyvcg.driver"],
49
install_requires=["cvc5==1.0.8"],
50
- python_requires=">=3.8, <=3.11",
+ python_requires=">=3.8, <3.12",
51
classifiers=[
52
"Development Status :: 5 - Production/Stable",
53
"Intended Audience :: Developers",
0 commit comments