File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3535 " ubuntu-latest" , # Intel
3636 # "windows-latest", # Intel
3737 ]
38- python-version : ["3.13 "]
38+ python-version : ["3.14 "]
3939 # TODO: Also build for Linux/ARM, because this platform gets more traction in datacenters.
4040 # - https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/
4141 # - https://arm-software.github.io/AVH/main/infrastructure/html/avh_gh.html
Original file line number Diff line number Diff line change 3030 fail-fast : false
3131 matrix :
3232 os : ["ubuntu-latest"]
33- python-version : ["3.13 "]
33+ python-version : ["3.14 "]
3434 env :
3535 OS_TYPE : ${{ matrix.os }}
3636 PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2121 os : ['ubuntu-22.04']
2222 python-version : [
2323 ' 3.9' ,
24- ' 3.13 ' ,
24+ ' 3.14 ' ,
2525 ]
2626 cratedb-version : ['nightly']
2727
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ classifiers = [
4343 " Programming Language :: Python :: 3.11" ,
4444 " Programming Language :: Python :: 3.12" ,
4545 " Programming Language :: Python :: 3.13" ,
46+ " Programming Language :: Python :: 3.14" ,
4647 " Topic :: Communications" ,
4748 " Topic :: Database" ,
4849 " Topic :: Documentation" ,
Original file line number Diff line number Diff line change 11# Stage 1: Build wheel package
2- FROM python:3.13 -slim-bookworm AS build
2+ FROM python:3.14 -slim-trixie AS build
33
44ARG BUILD=/usr/src
55
@@ -21,7 +21,7 @@ COPY . ${BUILD}
2121RUN python -m build --wheel ${BUILD}
2222
2323
24- FROM python:3.13 -slim-bookworm AS package
24+ FROM python:3.14 -slim-trixie AS package
2525
2626ARG BUILD=/usr/src
2727
You can’t perform that action at this time.
0 commit comments