@@ -30,11 +30,13 @@ jobs:
30
30
- {python: '3.9', os: ubuntu-20.04}
31
31
- {python: '3.10', os: ubuntu-20.04}
32
32
- {python: '3.11', os: ubuntu-20.04}
33
+ - {python: '3.12', os: ubuntu-20.04}
33
34
34
35
- {python: '3.8', os: windows-2019}
35
36
- {python: '3.9', os: windows-2019}
36
37
- {python: '3.10', os: windows-2019}
37
38
- {python: '3.11', os: windows-2019}
39
+ - {python: '3.12', os: windows-2019}
38
40
steps :
39
41
- uses : actions/checkout@v2
40
42
73
75
- {python: '3.9', os: ubuntu-20.04}
74
76
- {python: '3.10', os: ubuntu-20.04}
75
77
- {python: '3.11', os: ubuntu-20.04}
78
+ - {python: '3.12', os: ubuntu-20.04}
76
79
77
80
#
78
81
# Some of the doctests don't pass on Windows because of Windows-specific
@@ -115,6 +118,7 @@ jobs:
115
118
- {python: '3.9', os: ubuntu-20.04}
116
119
- {python: '3.10', os: ubuntu-20.04}
117
120
- {python: '3.11', os: ubuntu-20.04}
121
+ - {python: '3.12', os: ubuntu-20.04}
118
122
119
123
# Not sure why we exclude these, perhaps for historical reasons?
120
124
#
@@ -143,7 +147,7 @@ jobs:
143
147
144
148
- run : bash ci_helpers/helpers.sh enable_moto_server
145
149
if : ${{ matrix.moto_server }}
146
-
150
+
147
151
- run : |
148
152
sudo apt-get install vsftpd
149
153
sudo bash ci_helpers/helpers.sh create_ftp_ftps_servers
@@ -156,7 +160,7 @@ jobs:
156
160
157
161
- run : bash ci_helpers/helpers.sh disable_moto_server
158
162
if : ${{ matrix.moto_server }}
159
-
163
+
160
164
- run : sudo bash ci_helpers/helpers.sh delete_ftp_ftps_servers
161
165
162
166
benchmarks :
@@ -169,6 +173,7 @@ jobs:
169
173
- {python: '3.9', os: ubuntu-20.04}
170
174
- {python: '3.10', os: ubuntu-20.04}
171
175
- {python: '3.11', os: ubuntu-20.04}
176
+ - {python: '3.12', os: ubuntu-20.04}
172
177
173
178
# - {python: '3.7', os: windows-2019}
174
179
# - {python: '3.8', os: windows-2019}
0 commit comments