Skip to content

Commit cf1e867

Browse files
committed
ci: support Python 3.14
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 002c05b commit cf1e867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
runs-on: [ubuntu-22.04, windows-2022, macos-13]
33+
runs-on: [ubuntu-24.04, windows-2022, macos-14]
3434
python:
3535
- '3.8'
3636
- '3.13'
37+
- '3.14'
3738
- 'pypy-3.10'
3839
- 'pypy-3.11'
3940
- 'graalpy-24.2'

0 commit comments

Comments
 (0)