Skip to content

Commit cf79813

Browse files
Fix packaging for 3.11
1 parent 7f96a4e commit cf79813

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
### 1.0.5-dev
1212

13-
13+
* Fix python_requires, the expression acidentally excluded Python
14+
3.11. We should now correctly support it.
1415

1516
### 1.0.4
1617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="GNU General Public License v3",
4848
packages=["pyvcg", "pyvcg.driver"],
4949
install_requires=["cvc5==1.0.8"],
50-
python_requires=">=3.8, <=3.11",
50+
python_requires=">=3.8, <3.12",
5151
classifiers=[
5252
"Development Status :: 5 - Production/Stable",
5353
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)