Skip to content

Commit 9d00c17

Browse files
committed
pkg: check 3.15.0a3 compat
Signed-off-by: Élie Goudout <eliegoudout@hotmail.com>
1 parent 16bbccb commit 9d00c17

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "3.15.0-alpha.2"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "3.15.0-alpha.3"]
1616
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1717

1818

@@ -38,7 +38,7 @@ jobs:
3838
uv build
3939
- name: Installing
4040
run: |
41-
uv pip install dist/paramclasses-0.4.4.dev0-py3-none-any.whl
41+
uv pip install dist/paramclasses-0.4.4.dev1-py3-none-any.whl
4242
- name: Run pytest with coverage
4343
run: |
4444
uv run pytest --cov-report=xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![OS Independant](https://img.shields.io/badge/OS_Independant-%E2%9C%93-blue)
2-
[![python versions](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12%20|%203.13%20|%203.14%20|%203.15.0a2-blue)](https://devguide.python.org/versions/)
2+
[![python versions](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12%20|%203.13%20|%203.14%20|%203.15.0a3-blue)](https://devguide.python.org/versions/)
33
[![license MIT](https://img.shields.io/github/license/eliegoudout/paramclasses)](https://opensource.org/licenses/MIT)
44
[![pypi](https://img.shields.io/pypi/v/paramclasses)](https://pypi.org/project/paramclasses/)
55
[![pipeline status](https://github.com/eliegoudout/paramclasses/actions/workflows/ci.yml/badge.svg)](https://github.com/eliegoudout/paramclasses/actions)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "paramclasses"
3-
version = "0.4.4.dev0"
3+
version = "0.4.4.dev1"
44
description = "Parameter-holding classes with robust subclassing protection"
55
readme = "README.md"
66
requires-python = ">=3.10, <3.16"

0 commit comments

Comments
 (0)