Skip to content

Commit 5a82613

Browse files
committed
add python 3.12 to test matrix
1 parent 4acd4fc commit 5a82613

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/python-package.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ jobs:
3030
- {python: '3.9', os: ubuntu-20.04}
3131
- {python: '3.10', os: ubuntu-20.04}
3232
- {python: '3.11', os: ubuntu-20.04}
33+
- {python: '3.12', os: ubuntu-20.04}
3334

3435
- {python: '3.8', os: windows-2019}
3536
- {python: '3.9', os: windows-2019}
3637
- {python: '3.10', os: windows-2019}
3738
- {python: '3.11', os: windows-2019}
39+
- {python: '3.12', os: windows-2019}
3840
steps:
3941
- uses: actions/checkout@v2
4042

@@ -73,6 +75,7 @@ jobs:
7375
- {python: '3.9', os: ubuntu-20.04}
7476
- {python: '3.10', os: ubuntu-20.04}
7577
- {python: '3.11', os: ubuntu-20.04}
78+
- {python: '3.12', os: ubuntu-20.04}
7679

7780
#
7881
# Some of the doctests don't pass on Windows because of Windows-specific
@@ -115,6 +118,7 @@ jobs:
115118
- {python: '3.9', os: ubuntu-20.04}
116119
- {python: '3.10', os: ubuntu-20.04}
117120
- {python: '3.11', os: ubuntu-20.04}
121+
- {python: '3.12', os: ubuntu-20.04}
118122

119123
# Not sure why we exclude these, perhaps for historical reasons?
120124
#
@@ -143,7 +147,7 @@ jobs:
143147

144148
- run: bash ci_helpers/helpers.sh enable_moto_server
145149
if: ${{ matrix.moto_server }}
146-
150+
147151
- run: |
148152
sudo apt-get install vsftpd
149153
sudo bash ci_helpers/helpers.sh create_ftp_ftps_servers
@@ -156,7 +160,7 @@ jobs:
156160

157161
- run: bash ci_helpers/helpers.sh disable_moto_server
158162
if: ${{ matrix.moto_server }}
159-
163+
160164
- run: sudo bash ci_helpers/helpers.sh delete_ftp_ftps_servers
161165

162166
benchmarks:
@@ -169,6 +173,7 @@ jobs:
169173
- {python: '3.9', os: ubuntu-20.04}
170174
- {python: '3.10', os: ubuntu-20.04}
171175
- {python: '3.11', os: ubuntu-20.04}
176+
- {python: '3.12', os: ubuntu-20.04}
172177

173178
# - {python: '3.7', os: windows-2019}
174179
# - {python: '3.8', os: windows-2019}

0 commit comments

Comments
 (0)