Skip to content

Commit add34e3

Browse files
committed
python 3.12 by default
1 parent f5629d0 commit add34e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, windows-latest, macos-latest]
26+
os: [ubuntu-latest, windows-latest, macos-latest] #, macos-13] # opensim not supported on macos Intel AMD x64 beyond python 3.11
2727
python-version: ["3.10", "3.11", "3.12"]
2828
include:
2929
- os: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you need 3D research-grade markerless joint kinematics, consider using severa
102102

103103
> N.B.: Full install is required for OpenSim inverse kinematics.
104104
105-
Open a terminal. Type `python -V` to make sure python >=3.10 <=3.11 is installed. If not, install it [from there](https://www.python.org/downloads/).
105+
Open a terminal. Type `python -V` to make sure python >=3.10 <=3.12 is installed. If not, install it [from there](https://www.python.org/downloads/).
106106

107107
Run:
108108
``` cmd
@@ -126,7 +126,7 @@ pip install .
126126
- Install Anaconda or [Miniconda](https://docs.conda.io/en/latest/miniconda.html):\
127127
Open an Anaconda prompt and create a virtual environment:
128128
``` cmd
129-
conda create -n Sports2D python=3.10 -y
129+
conda create -n Sports2D python=3.12 -y
130130
conda activate Sports2D
131131
```
132132
- **Install OpenSim**:\

0 commit comments

Comments
 (0)