@@ -10,37 +10,37 @@ jobs:
10
10
runs-on : ${{ matrix.os }}
11
11
strategy :
12
12
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 ']
15
15
16
16
steps :
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v1
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
22
22
- name : Checkout future branch
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : future
26
26
path : robotics-toolbox-python
27
27
28
28
- name : Checkout Swift
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v4
30
30
with :
31
31
ref : future
32
32
repository : jhavl/swift
33
33
path : swift
34
34
35
35
- name : Checkout Spatialmath
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v4
37
37
with :
38
38
ref : future
39
39
repository : petercorke/spatialmath-python
40
40
path : sm
41
41
42
42
- name : Checkout Spatialgeometry
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v4
44
44
with :
45
45
ref : future
46
46
repository : jhavl/spatialgeometry
0 commit comments