Skip to content

Commit b1983cc

Browse files
authored
ci: default to Python 3.14 (#1307)
1 parent d362371 commit b1983cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1212

1313
env:
14-
PYTHON_VERSION: '3.13'
14+
PYTHON_VERSION: '3.14'
1515
# renovate: datasource=pypi depName=uv
1616
UV_VERSION: '0.8.24'
1717

@@ -75,7 +75,7 @@ jobs:
7575
- '3.11'
7676
- '3.12'
7777
- '3.13'
78-
- '3.14-dev'
78+
- '3.14'
7979
- 'pypy3.11'
8080
fail-fast: false
8181
runs-on: ${{ matrix.os.image }}

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
PYTHON_VERSION: '3.13'
9+
PYTHON_VERSION: '3.14'
1010
# renovate: datasource=pypi depName=uv
1111
UV_VERSION: '0.8.24'
1212

@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
target: [x86_64, aarch64]
4242
manylinux: [auto, musllinux_1_1]
43-
python: ['3.13', 'pypy3.11']
43+
python: ['3.14', 'pypy3.11']
4444
steps:
4545
- name: Check out
4646
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -77,10 +77,10 @@ jobs:
7777
strategy:
7878
matrix:
7979
target: [x64]
80-
python: ['3.13', 'pypy3.11']
80+
python: ['3.14', 'pypy3.11']
8181
# PyPy doesn't support Windows ARM64.
8282
include:
83-
- python: '3.13'
83+
- python: '3.14'
8484
target: aarch64
8585
steps:
8686
- name: Check out
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
matrix:
122122
target: [x86_64, aarch64]
123-
python: ['3.13', 'pypy3.11']
123+
python: ['3.14', 'pypy3.11']
124124
steps:
125125
- name: Check out
126126
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)