File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1212
1313env :
14- PYTHON_VERSION : ' 3.13 '
14+ PYTHON_VERSION : ' 3.14 '
1515 # renovate: datasource=pypi depName=uv
1616 UV_VERSION : ' 0.8.24'
1717
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 }}
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88env :
9- PYTHON_VERSION : ' 3.13 '
9+ PYTHON_VERSION : ' 3.14 '
1010 # renovate: datasource=pypi depName=uv
1111 UV_VERSION : ' 0.8.24'
1212
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
You can’t perform that action at this time.
0 commit comments