File tree Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
19- python-version : ' 3.13 '
19+ python-version : ' 3.14 '
2020 cache : ' pip' # caching pip dependencies
2121
2222 - name : Setup git
Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 os : [ubuntu-latest, windows-latest, macos-latest]
18- python-version : [3.9, 3.13 ]
18+ python-version : ['3.10', '3.14' ]
1919
2020 steps :
2121 - uses : actions/checkout@v5
4242 strategy :
4343 matrix :
4444 os : [windows-latest, ubuntu-latest]
45- python-version : [3.9, 3.13 ]
45+ python-version : ['3.10', '3.14' ]
4646 steps :
4747 - uses : actions/checkout@v5
4848
5656 uses : actions/setup-go@v6
5757 with :
5858 check-latest : true
59- go-version : ' 1.24 '
59+ go-version : ' 1.25 '
6060
6161 - name : Setup java
6262 uses : actions/setup-java@v5
9898 strategy :
9999 matrix :
100100 os : [windows-latest, ubuntu-latest]
101- python-version : [3.9, 3.13 ]
101+ python-version : ['3.10', '3.14' ]
102102 steps :
103103 - uses : actions/checkout@v5
104104
@@ -117,7 +117,7 @@ jobs:
117117 uses : actions/setup-go@v6
118118 with :
119119 check-latest : true
120- go-version : ' 1.24 '
120+ go-version : ' 1.25 '
121121
122122 - uses : getgauge/setup-gauge@master
123123 with :
Original file line number Diff line number Diff line change 11{
22 "id" : " python" ,
3- "version" : " 0.4.12 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " Python support for gauge" ,
55 "run" : {
66 "windows" : [
Original file line number Diff line number Diff line change 11appdirs == 1.4.4
22baron == 0.10.1
3- bleach == 6.2 .0
4- certifi == 2025.8.3
5- charset-normalizer == 3.4.3
6- debugpy == 1.8.16
7- docutils == 0.22
8- grpcio == 1.74 .0
9- grpcio-tools == 1.74 .0
10- idna == 3.10
3+ bleach == 6.3 .0
4+ certifi == 2025.10.5
5+ charset-normalizer == 3.4.4
6+ debugpy == 1.8.17
7+ docutils == 0.22.2
8+ grpcio == 1.76 .0
9+ grpcio-tools == 1.76 .0
10+ idna == 3.11
1111importlib-metadata == 8.7.0
1212jaraco.classes == 3.4.0
1313keyring == 25.6.0
14- markdown-it-py == 3 .0.0
14+ markdown-it-py == 4 .0.0
1515mdurl == 0.1.2
16- more-itertools == 10.7 .0
16+ more-itertools == 10.8 .0
1717pkginfo == 1.12.1.2
18- protobuf == 6.32 .0
19- pyfakefs == 5.9.3
18+ protobuf == 6.33 .0
19+ pyfakefs == 5.10.1
2020Pygments == 2.19.2
2121readme-renderer == 44.0
2222redbaron == 0.9.2
2323requests == 2.32.5
2424requests-toolbelt == 1.0.0
2525rfc3986 == 2.0.0
26- rich == 14.1 .0
26+ rich == 14.2 .0
2727rply == 0.7.8
2828setuptools == 80.9.0
2929six == 1.17.0
30- twine == 6.1 .0
30+ twine == 6.2 .0
3131urllib3 == 2.5.0
3232webencodings == 0.5.1
3333zipp == 3.23.0
34- coverage == 7.10.6
34+ coverage == 7.11.0
You can’t perform that action at this time.
0 commit comments