Skip to content

Commit 91c4efc

Browse files
committed
Build: Update some tool versions.
1 parent 81dd133 commit 91c4efc

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/ci.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
sdist:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010

1111
steps:
1212
- uses: actions/checkout@v4
@@ -36,13 +36,13 @@ jobs:
3636
fail-fast: false
3737

3838
matrix:
39-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
39+
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
4040

4141
include:
42-
- python-version: "3.13-dev"
42+
- python-version: "3.14-dev"
4343
allowed_failure: true
4444

45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-latest
4646

4747
steps:
4848
- uses: actions/checkout@v4
@@ -111,6 +111,8 @@ jobs:
111111
pyversion: "cp311"
112112
- image: manylinux_2_28_aarch64
113113
pyversion: "cp312"
114+
- image: manylinux_2_28_aarch64
115+
pyversion: "cp313"
114116

115117
runs-on: ubuntu-latest
116118

@@ -154,11 +156,11 @@ jobs:
154156
matrix:
155157
#os: [macos-10.15, windows-latest]
156158
#os: [macos-10.15, macOS-M1]
157-
os: [macos-11.0, windows-latest]
158-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
159+
os: [macos-latest, windows-latest]
160+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
159161

160162
include:
161-
- python-version: "3.13-dev"
163+
- python-version: "3.14-dev"
162164
allowed_failure: true
163165

164166
runs-on: ${{ matrix.os }}

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4444

4545
- name: Set up Python
46-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
46+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
4747
with:
4848
python-version: "3.x"
4949

0 commit comments

Comments
 (0)