File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
tests_py27 :
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
container : python:2.7
14
14
strategy :
15
15
fail-fast : false
27
27
run : TOXENV=py27 END_TO_END=1 tox
28
28
29
29
tests_py34 :
30
- runs-on : ubuntu-20 .04
30
+ runs-on : ubuntu-24 .04
31
31
strategy :
32
32
fail-fast : false
33
33
36
36
37
37
- name : Build OpenSSL 1.0.2 (required by Python 3.4)
38
38
run : |
39
- sudo apt-get install build-essential zlib1g-dev
39
+ sudo apt-get install build-essential zlib1g-dev
40
40
41
41
cd $RUNNER_TEMP
42
42
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_0_2u/openssl-1.0.2u.tar.gz
46
46
make
47
47
sudo make install
48
48
49
- echo CFLAGS="-I/usr/local/ssl/include $CFLAGS" >> $GITHUB_ENV
49
+ echo CFLAGS="-I/usr/local/ssl/include $CFLAGS" >> $GITHUB_ENV
50
50
echo LDFLAGS="-L/usr/local/ssl/lib $LDFLAGS" >> $GITHUB_ENV
51
51
echo LD_LIBRARY_PATH="/usr/local/ssl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
52
52
56
56
57
57
- name : Build Python 3.4
58
58
run : |
59
- sudo apt-get install build-essential libncurses5-dev libgdbm-dev libnss3-dev libreadline-dev zlib1g-dev
59
+ sudo apt-get install build-essential libncurses5-dev libgdbm-dev libnss3-dev libreadline-dev zlib1g-dev
60
60
61
61
cd $RUNNER_TEMP
62
62
wget -O cpython-3.4.10.zip https://github.com/python/cpython/archive/refs/tags/v3.4.10.zip
79
79
run : TOXENV=py34 END_TO_END=1 tox
80
80
81
81
tests_py35 :
82
- runs-on : ubuntu-20 .04
82
+ runs-on : ubuntu-24 .04
83
83
strategy :
84
84
fail-fast : false
85
85
@@ -108,7 +108,7 @@ jobs:
108
108
run : TOXENV=${{steps.toxenv.outputs.TOXENV}} END_TO_END=1 tox
109
109
110
110
tests_py3x :
111
- runs-on : ubuntu-20 .04
111
+ runs-on : ubuntu-24 .04
112
112
strategy :
113
113
fail-fast : false
114
114
matrix :
@@ -136,7 +136,7 @@ jobs:
136
136
run : TOXENV=${{steps.toxenv.outputs.TOXENV}} END_TO_END=1 tox
137
137
138
138
coverage_py27 :
139
- runs-on : ubuntu-20 .04
139
+ runs-on : ubuntu-24 .04
140
140
container : python:2.7
141
141
strategy :
142
142
fail-fast : false
@@ -151,7 +151,7 @@ jobs:
151
151
run : TOXENV=cover tox
152
152
153
153
coverage_py3x :
154
- runs-on : ubuntu-20 .04
154
+ runs-on : ubuntu-24 .04
155
155
strategy :
156
156
fail-fast : false
157
157
matrix :
@@ -172,7 +172,7 @@ jobs:
172
172
run : TOXENV=cover3 tox
173
173
174
174
docs :
175
- runs-on : ubuntu-20 .04
175
+ runs-on : ubuntu-24 .04
176
176
177
177
steps :
178
178
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments