File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3939 " ubuntu-latest" , # Intel
4040 # "windows-latest", # Intel
4141 ]
42- python-version : ["3.13 "]
42+ python-version : ["3.14 "]
4343 # TODO: Also build for Linux/ARM, because this platform gets more traction in datacenters.
4444 # - https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/
4545 # - 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" ,
You can’t perform that action at this time.
0 commit comments