From 5db2decaffb062b5ccc31f59d42b296642342b39 Mon Sep 17 00:00:00 2001 From: Uri Granta Date: Thu, 9 Oct 2025 09:05:53 +0100 Subject: [PATCH] Test against Python 3.14 --- .github/workflows/quality_checks.yaml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality_checks.yaml b/.github/workflows/quality_checks.yaml index 9a94b00..0cd4515 100644 --- a/.github/workflows/quality_checks.yaml +++ b/.github/workflows/quality_checks.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.10', '3.11', '3.12', '3.13' ] + python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ] name: Python ${{ matrix.python-version }} steps: diff --git a/pyproject.toml b/pyproject.toml index 91e85c2..c6e5291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: File Formats :: JSON", "Topic :: File Formats :: JSON :: JSON Schema", ]