From ea9f288343ffa125de3daaa5681ae6e99adaa92d Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 8 May 2026 14:36:32 -0600 Subject: [PATCH] add python 3.14 --- .github/workflows/test-template.yml | 2 +- pyproject.toml.jinja | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index ed36c10..970b8a2 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -29,7 +29,7 @@ jobs: run_tests: strategy: matrix: - python_version: ["3.10", "3.11", "3.12", "3.13"] + python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"] os: [ubuntu-24.04, macos-14] runs-on: ${{ matrix.os }} env: diff --git a/pyproject.toml.jinja b/pyproject.toml.jinja index b52ebf0..1789a4a 100644 --- a/pyproject.toml.jinja +++ b/pyproject.toml.jinja @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "pandas>=2.2.3",