Skip to content

Commit 8d6fe64

Browse files
committed
relax version constraint in setup
1 parent d935c2f commit 8d6fe64

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
@@ -146,7 +146,7 @@
146146
author='William H. Green and the RMG Team',
147147
author_email='[email protected]',
148148
url='http://reactionmechanismgenerator.github.io',
149-
python_requires='>=3.9,<3.10',
149+
python_requires='>=3.9,<3.13',
150150
packages=find_packages(where='.', include=["rmgpy*"]) + find_packages(where='.', include=["arkane*"]),
151151
scripts=scripts,
152152
include_package_data=True,

0 commit comments

Comments
 (0)