From ddc14327fa427f681128416e7beb6446f8c7edb5 Mon Sep 17 00:00:00 2001 From: Iori Yanokura Date: Thu, 5 Mar 2026 18:34:54 +0900 Subject: [PATCH] Add Python 3.14 support and PyPI badges --- .github/workflows/test.yml | 3 ++- README.md | 2 ++ pyproject.toml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f12eba..450b81a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.8.16, 3.10.10, 3.12.8, 3.13.1] + python-version: [3.8.16, 3.10.10, 3.12.8, 3.13.1, "3.14"] os: [ubuntu-latest] steps: - uses: actions/checkout@v4 @@ -44,6 +44,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Checkout submodules shell: bash run: | diff --git a/README.md b/README.md index 6a6d076..28920f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pySDFGen +![PyPI](https://img.shields.io/pypi/v/pysdfgen.svg) +![Python Versions](https://img.shields.io/pypi/pyversions/pysdfgen.svg) [![Build Status](https://github.com/iory/pysdfgen/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/iory/pysdfgen/actions) SDFGen for Python diff --git a/pyproject.toml b/pyproject.toml index 5b57c8a..e3d2422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,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 = [