Skip to content

Commit 5bf01fa

Browse files
committed
No longer compatible with python>3.10
1 parent 7685fc2 commit 5bf01fa

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
@@ -2,7 +2,7 @@
22

33
setup(
44
name='appyter',
5-
python_requires='>=3.7.0',
5+
python_requires='>=3.7.0,<3.11',
66
version=open('appyter/VERSION', 'r').read(),
77
url='https://github.com/maayanLab/appyter/',
88
author='Daniel J. B. Clarke',

0 commit comments

Comments
 (0)