File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
50
50
if : runner.os == 'Windows'
51
51
uses : carlosperate/download-file-action@v2
52
52
with :
53
- file-url : " https://libarchive.org/downloads/libarchive-v3.5.3 -win64.zip"
54
- file-name : " libarchive-v3.5.3 -win64.zip"
53
+ file-url : " https://libarchive.org/downloads/libarchive-v3.6.0 -win64.zip"
54
+ file-name : " libarchive-v3.6.0 -win64.zip"
55
55
- name : Install libarchive(Windows)
56
56
if : runner.os == 'Windows'
57
57
run : |
58
- $file = "libarchive-v3.5.3 -win64.zip"
58
+ $file = "libarchive-v3.6.0 -win64.zip"
59
59
Expand-Archive -LiteralPath $file -DestinationPath $env:GITHUB_WORKSPACE
60
60
choco install graphviz
61
61
- name : Install dependencies
@@ -136,7 +136,7 @@ jobs:
136
136
with :
137
137
fetch-depth : 20
138
138
- name : Build & run test
139
- uses : uraimo/run-on-arch-action@v2
139
+ uses : uraimo/run-on-arch-action@v3
140
140
with :
141
141
arch : ${{ matrix.arch }}
142
142
distro : ${{ matrix.distro }}
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ strategy:
12
12
Python311 :
13
13
python.version : ' 3.11'
14
14
TOXENV : py311
15
+ Python312 :
16
+ python.version : ' 3.12'
17
+ TOXENV : py312
18
+ Python313 :
19
+ python.version : ' 3.13'
20
+ TOXENV : py313
15
21
16
22
steps :
17
23
- task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments