Skip to content

Commit

Permalink
setup.py: py <3.11
Browse files Browse the repository at this point in the history
Just to be safe as some packages may not support 3.11 yet. Not sure
this field works at preventing python 3.11 installs though.
  • Loading branch information
chanshing committed May 9, 2023
1 parent b4d13ab commit 90c3066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_string(string, rel_path="src/accelerometer/__init__.py"):

setuptools.setup(
name="accelerometer",
python_requires=">=3.7",
python_requires=">=3.7, <3.11",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description="A package to extract meaningful health information from large accelerometer datasets e.g. how much time individuals spend in sleep, sedentary behaviour, walking and moderate intensity physical activity",
Expand Down

0 comments on commit 90c3066

Please sign in to comment.