@@ -10,37 +10,37 @@ jobs:
1010 runs-on : ${{ matrix.os }}
1111 strategy :
1212 matrix :
13- os : [windows-latest, ubuntu-latest, macos-latest ]
14- python-version : [3.7 , 3.8, 3.9 , '3.10 ']
13+ os : [windows-latest, ubuntu-latest, macos-12 ]
14+ python-version : [3.8 , 3.9, '3.10' , '3.11', '3.12 ']
1515
1616 steps :
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v1
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121
2222 - name : Checkout future branch
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424 with :
2525 ref : future
2626 path : robotics-toolbox-python
2727
2828 - name : Checkout Swift
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v4
3030 with :
3131 ref : future
3232 repository : jhavl/swift
3333 path : swift
3434
3535 - name : Checkout Spatialmath
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v4
3737 with :
3838 ref : future
3939 repository : petercorke/spatialmath-python
4040 path : sm
4141
4242 - name : Checkout Spatialgeometry
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v4
4444 with :
4545 ref : future
4646 repository : jhavl/spatialgeometry
0 commit comments