Skip to content

Commit 3a19e59

Browse files
authored
Add Python 3.14 support and PyPI badges (#53)
1 parent bb7fd77 commit 3a19e59

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ jobs:
3636
runs-on: ${{ matrix.os }}
3737
strategy:
3838
matrix:
39-
python-version: [3.8.16, 3.10.10, 3.12.8, 3.13.1]
39+
python-version: [3.8.16, 3.10.10, 3.12.8, 3.13.1, "3.14"]
4040
os: [ubuntu-latest]
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up Python ${{ matrix.python-version }}
4444
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.python-version }}
47+
allow-prereleases: true
4748
- name: Checkout submodules
4849
shell: bash
4950
run: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pySDFGen
22

3+
![PyPI](https://img.shields.io/pypi/v/pysdfgen.svg)
4+
![Python Versions](https://img.shields.io/pypi/pyversions/pysdfgen.svg)
35
[![Build Status](https://github.com/iory/pysdfgen/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/iory/pysdfgen/actions)
46

57
SDFGen for Python

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
"Programming Language :: Python :: Implementation :: CPython",
3031
]
3132
dependencies = [

0 commit comments

Comments
 (0)