Skip to content

Commit 7676054

Browse files
authored
Merge pull request #102 from EveCharbie/biobuddy
2 parents ace75f5 + af66532 commit 7676054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [{name = "Pierre Puchaud", email = "puchaud.pierre@gmail.com"}]
1313
description = "A Python package to rerun C3D files and biomechanical simulations."
1414
license = {file = "LICENSE.md"}
1515
readme = "README.md"
16-
requires-python = ">=3.11"
16+
requires-python = ">=3.10"
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"License :: OSI Approved :: MIT License",
2929
"Operating System :: OS Independent",
3030
],
31-
python_requires=">=3.11",
31+
python_requires=">=3.10",
3232
)

0 commit comments

Comments
 (0)