diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 0a4d4ba..66abce0 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -39,7 +39,7 @@ jobs: "ubuntu-latest", # Intel # "windows-latest", # Intel ] - python-version: ["3.13"] + python-version: ["3.14"] # TODO: Also build for Linux/ARM, because this platform gets more traction in datacenters. # - https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/ # - https://arm-software.github.io/AVH/main/infrastructure/html/avh_gh.html diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index f5e5aa5..669da97 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.13"] + python-version: ["3.14"] env: OS_TYPE: ${{ matrix.os }} PYTHON_VERSION: ${{ matrix.python-version }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f18c58..818adae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: os: ['ubuntu-22.04'] python-version: [ '3.9', - '3.13', + '3.14', ] cratedb-version: ['nightly'] diff --git a/pyproject.toml b/pyproject.toml index 4a3fe57..be89c70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Communications", "Topic :: Database", "Topic :: Documentation",