From 73840fe98103fcb50ec4fb3388f741af5ab58e8e Mon Sep 17 00:00:00 2001 From: skalwaghe-56 Date: Fri, 31 Oct 2025 16:37:39 +0530 Subject: [PATCH] Add Python 3.14 to CI --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e60773b..4d97796 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index be86ce3..a5dc4bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ testpaths = ["tests"] [tool.black] line-length = 120 -target-version = ['py310', 'py311', 'py312', 'py313'] +target-version = ['py310', 'py311', 'py312', 'py313', 'py314'] [tool.flake8] max-line-length = 120