File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ workflows:
15
15
jobs :
16
16
build :
17
17
docker :
18
- - image : cimg/python:3.11 -browsers
18
+ - image : cimg/python:3.12 -browsers
19
19
executor : python/default
20
20
steps :
21
21
- checkout
@@ -32,11 +32,10 @@ jobs:
32
32
pip install six==1.16.0
33
33
pip install html-testRunner~=1.2.1
34
34
pip install attrdict3
35
- pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
36
35
pip install codeallybasic>=1.7.0
37
36
pip install codeallyadvanced>=1.3.2
38
37
pip install pyutmodelv2>=2.2.0
39
- pip install ogl>=3.1 .0
38
+ pip install ogl>=3.5 .0
40
39
pip install untangle==1.2.1
41
40
pip install buildlackey==1.7.0
42
41
- run :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
17
17
' codeallybasic>=1.7.0' ,
18
18
' codeallyadvanced>=1.3.2' ,
19
19
' pyutmodelv2>=2.2.0' ,
20
- ' ogl>=3.1 .0' ,
20
+ ' ogl>=3.5 .0' ,
21
21
]
22
22
23
23
[project .urls ]
Original file line number Diff line number Diff line change 1
- wheel == 0.44.0
2
- setuptools == 75.2 .0
3
- twine == 5.1 .1
1
+ wheel == 0.45.1
2
+ setuptools == 75.6 .0
3
+ twine == 6.0 .1
4
4
build == 1.2.2.post1
5
5
html-testRunner ~= 1.2.1
6
6
@@ -11,7 +11,8 @@ mypy-extensions>=1.0.0
11
11
typing_extensions == 4.12.2
12
12
13
13
untangle == 1.2.1
14
- wxPython == 4.2.2
14
+ # Brought in by ogl
15
+ # wxPython==4.2.2
15
16
16
17
codeallybasic >= 1.7.0
17
18
codeallyadvanced >= 1.3.2
You can’t perform that action at this time.
0 commit comments