Skip to content

Commit 8a2417f

Browse files
committed
ci: test with Python 3.12 and PyPy 3.10
1 parent a154347 commit 8a2417f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ jobs:
182182
include:
183183
# Currently used Rust version.
184184
- os: ubuntu-latest
185-
python: 3.11
185+
python: 3.12
186186
- os: macos-latest
187-
python: 3.11
187+
python: 3.12
188188

189189
# PyPy tests
190190
- os: ubuntu-latest
191-
python: pypy3.9
191+
python: pypy3.10
192192
- os: macos-latest
193-
python: pypy3.9
193+
python: pypy3.10
194194

195195
# Minimum Supported Python Version = 3.7
196196
# This is the minimum version for which manylinux Python wheels are
@@ -232,15 +232,15 @@ jobs:
232232
matrix:
233233
include:
234234
- os: ubuntu-latest
235-
python: 3.11
235+
python: 3.12
236236
- os: macos-latest
237-
python: 3.11
237+
python: 3.12
238238

239239
# PyPy tests
240240
- os: ubuntu-latest
241-
python: pypy3.9
241+
python: pypy3.10
242242
- os: macos-latest
243-
python: pypy3.9
243+
python: pypy3.10
244244

245245
# Minimum Supported Python Version = 3.8
246246
#

0 commit comments

Comments
 (0)