From 428618264d0e3ccebdd6ba34f1324b595ddb512e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Fri, 24 Oct 2025 14:54:52 -0600 Subject: [PATCH] fix: Support Python 3.14 --- .github/ISSUE_TEMPLATE/bug.yml | 3 ++- .github/workflows/ci_workflow.yml | 11 ++++++----- pyproject.toml | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 0b78e3e..dfdccf1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -27,11 +27,12 @@ body: label: Python Version description: Version of Python you are using options: + - "3.14" - "3.13" - "3.12" - "3.11" - "3.10" - - "3.9 (not supported)" + - "3.9 or below (not supported)" - "NA" validations: required: true diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index d285d90..5fe22ec 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -37,6 +37,7 @@ jobs: fail-fast: false matrix: python-version: + - "3.14" - "3.13" - "3.12" - "3.11" @@ -46,19 +47,19 @@ jobs: use-copy: - "true" include: - - python-version: "3.13" + - python-version: "3.14" postgres-version: "14" use-copy: "true" - - python-version: "3.13" + - python-version: "3.14" postgres-version: "15" use-copy: "true" - - python-version: "3.13" + - python-version: "3.14" postgres-version: "16" use-copy: "true" - - python-version: "3.13" + - python-version: "3.14" postgres-version: "17" use-copy: "true" - - python-version: "3.13" + - python-version: "3.14" postgres-version: "18" use-copy: "false" steps: diff --git a/pyproject.toml b/pyproject.toml index f65f05b..17c10d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", ] dependencies = [