From 839ea1bcbc14d3597290236d451191e63f1d2861 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 8 Oct 2025 18:12:48 +0000 Subject: [PATCH] feat: Add trove classifier for Python 3.14 --- .github/workflows/tests.yml | 1 - pyproject.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77bfc9a..642eb47 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - allow-prereleases: true - name: Install nox run: | pip install nox diff --git a/pyproject.toml b/pyproject.toml index 3a031d6..1985fcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: OS Independent", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules",