File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
# the oldest and newest supported Python versions
34
34
- name : Test suite with py39-ubuntu, mypyc-compiled
35
35
python : ' 3.9'
36
- os : ubuntu-22 .04-arm
36
+ os : ubuntu-24 .04-arm
37
37
toxenv : py
38
38
tox_extra_args : " -n 4"
39
39
test_mypyc : true
@@ -44,31 +44,31 @@ jobs:
44
44
tox_extra_args : " -n 4"
45
45
- name : Test suite with py310-ubuntu
46
46
python : ' 3.10'
47
- os : ubuntu-22 .04-arm
47
+ os : ubuntu-24 .04-arm
48
48
toxenv : py
49
49
tox_extra_args : " -n 4"
50
50
- name : Test suite with py311-ubuntu, mypyc-compiled
51
51
python : ' 3.11'
52
- os : ubuntu-22 .04-arm
52
+ os : ubuntu-24 .04-arm
53
53
toxenv : py
54
54
tox_extra_args : " -n 4"
55
55
test_mypyc : true
56
56
- name : Test suite with py312-ubuntu, mypyc-compiled
57
57
python : ' 3.12'
58
- os : ubuntu-22 .04-arm
58
+ os : ubuntu-24 .04-arm
59
59
toxenv : py
60
60
tox_extra_args : " -n 4"
61
61
test_mypyc : true
62
62
- name : Test suite with py313-ubuntu, mypyc-compiled
63
63
python : ' 3.13'
64
- os : ubuntu-22 .04-arm
64
+ os : ubuntu-24 .04-arm
65
65
toxenv : py
66
66
tox_extra_args : " -n 4"
67
67
test_mypyc : true
68
68
69
69
# - name: Test suite with py314-dev-ubuntu
70
70
# python: '3.14-dev'
71
- # os: ubuntu-22 .04-arm
71
+ # os: ubuntu-24 .04-arm
72
72
# toxenv: py
73
73
# tox_extra_args: "-n 4"
74
74
# allow_failure: true
You can’t perform that action at this time.
0 commit comments