Skip to content

Commit 13d5a94

Browse files
authored
Update python requirement to enable 3.12 (#88)
1 parent 9443cee commit 13d5a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name='centml',
1414
version='0.3.0',
1515
packages=find_packages(),
16-
python_requires="<3.12",
16+
python_requires=">=3.10",
1717
long_description=open('README.md').read(),
1818
long_description_content_type='text/markdown',
1919
entry_points={

0 commit comments

Comments
 (0)