Skip to content

Commit 019362c

Browse files
committed
update setup.py to also exclude python 3.12
1 parent 8595024 commit 019362c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
author='William H. Green and the RMG Team',
147147
author_email='rmg_dev@mit.edu',
148148
url='http://reactionmechanismgenerator.github.io',
149-
python_requires='>=3.9,<3.13',
149+
python_requires='>=3.9,<3.12',
150+
150151
packages=find_packages(where='.', include=["rmgpy*"]) + find_packages(where='.', include=["arkane*"]),
151152
scripts=scripts,
152153
entry_points={

0 commit comments

Comments
 (0)