Skip to content

Commit a6b477a

Browse files
Python 3.14 support (#4589)
1 parent 2a9150a commit a6b477a

4 files changed

Lines changed: 291 additions & 61 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
contents: read
396396
strategy:
397397
matrix:
398-
python-version: ["3.10", "3.11", "3.12", "3.13"]
398+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
399399
steps:
400400
- name: Checkout
401401
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
4545
- Added `hostUsers` support in Helm chart.
4646
- Added documentation for BigQuery Metastore Catalog federation. Build with `-PNonRESTCatalogs=BIGQUERY` to include the BigQueryMetastoreCatalog federation extension. See `site/content/in-dev/unreleased/federation/bigquery-metastore-federation.md`.
4747
- Support for view registration has been added.
48+
- Python client: added support for Python 3.14
4849

4950
### Changes
5051
- Added REPL support to Polaris CLI.

client/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name = "apache-polaris"
2222
version = "1.6.0"
2323
description = "Apache Polaris"
2424
authors = [{ name = "Apache Software Foundation", email = "dev@polaris.apache.org" }]
25-
requires-python = ">=3.10,<3.14"
25+
requires-python = ">=3.10,<3.15"
2626
readme = "README.md"
2727
license = {text = "Apache-2.0"}
2828
license-files = ["LICENSE", "NOTICE"]

0 commit comments

Comments
 (0)