File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,25 @@ jobs:
42
42
toxenv : py39-test-oldestdeps-alldeps
43
43
toxargs : -v
44
44
45
- - name : Python 3.10 with all optional dependencies (MacOS X)
45
+ - name : OSX, py310, all optional dependencies
46
46
os : macos-latest
47
47
python : " 3.10"
48
48
toxenv : py310-test-alldeps
49
49
toxargs : -v
50
50
51
- - name : Python 3.11 with mandatory dependencies (Windows)
51
+ - name : Windows, py311, mandatory dependencies only
52
52
os : windows-latest
53
53
python : " 3.11"
54
54
toxenv : py311-test
55
55
toxargs : -v
56
56
57
+ - name : Linux ARM, py312, all optional dependencies
58
+ os : ubuntu-24.04-arm
59
+ python : " 3.12"
60
+ toxenv : py312-test-alldeps
61
+ toxargs : -v
62
+
63
+
57
64
steps :
58
65
- name : Checkout code
59
66
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments