Skip to content

Commit 2274e39

Browse files
committed
Bump version
1 parent d15b1c7 commit 2274e39

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.github/workflows/linux-x86-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
options: --user 1001:1001
192192
strategy:
193193
matrix:
194-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
194+
python-version: ['3.12', '3.13', '3.14']
195195
steps:
196196
- uses: actions/checkout@v6
197197
with:

.github/workflows/osx.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**'
88

99
env:
10-
python-test-version: '3.10'
10+
python-test-version: '3.13'
1111

1212
jobs:
1313
osx-sdk:
@@ -98,7 +98,7 @@ jobs:
9898
shell: bash
9999
run: |
100100
python -m pip install --upgrade pip
101-
- name: Build Python 3.10 with tests
101+
- name: Build Python 3.13 with tests
102102
shell: bash
103103
env:
104104
LIEF_SAMPLES_DIR: "/tmp/samples"
@@ -133,7 +133,7 @@ jobs:
133133
needs: osx-sdk
134134
strategy:
135135
matrix:
136-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
136+
python-version: ['3.12', '3.13', '3.14']
137137
arch: ['x64', 'arm64']
138138
fail-fast: false
139139
steps:
@@ -222,5 +222,3 @@ jobs:
222222
-e LIEF_S3_SECRET=$LIEF_S3_SECRET \
223223
liefproject/deploy \
224224
python3 /src/.github/deploy.py --skip-sdk /runner_tmp/artifacts
225-
226-

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: LIEF PR
22
on: [pull_request, workflow_dispatch]
33

44
env:
5-
python-osx-version: '3.10'
6-
python-win-version: '3.10'
5+
python-osx-version: '3.12'
6+
python-win-version: '3.12'
77

88
jobs:
99
osx:

.github/workflows/windows-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- '**'
88

99
env:
10-
python-test-version: '3.10'
11-
python-version: '3.9'
10+
python-test-version: '3.13'
11+
python-version: '3.13'
1212
CLICOLOR_FORCE: "1"
1313
FORCE_COLOR: "1"
1414
GCC_COLORS: "yes"
@@ -167,7 +167,7 @@ jobs:
167167
needs: build-sdk
168168
strategy:
169169
matrix:
170-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
170+
python-version: ['3.12', '3.13', '3.14']
171171
arch: ['x86', 'x64']
172172
fail-fast: false
173173
env:

0 commit comments

Comments
 (0)