Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d9261a

Browse filesBrowse files
authored
.github: Add ARM64 CI (#376)
* .github: Add ARM64 CI * Add more ARM64 build * Remove arm64 from 3.14-dev build
1 parent 008b5e3 commit 1d9261a
Copy full SHA for 1d9261a

File tree

Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# Test all supported versions on Ubuntu:
23-
os: [ubuntu-latest]
23+
os: [ubuntu-latest, ubuntu-24.04-arm]
2424
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
experimental: [false]
2626
build: ['']
2727
include:
2828
# As the experimental task for the dev version.
2929
- os: ubuntu-latest
30-
python: "3.13-dev"
30+
python: "3.13"
31+
experimental: true
32+
build: 'free-threading'
33+
- os: ubuntu-24.04-arm
34+
python: "3.13"
3135
experimental: true
3236
build: 'free-threading'
3337
- os: ubuntu-latest

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.