Skip to content

Commit 06f8fba

Browse files
committed
pkg: check 3.15.0a5 compatibility
Signed-off-by: Élie Goudout <eliegoudout@hotmail.com>
1 parent 4808309 commit 06f8fba

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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.4"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "3.15.0-alpha.5"]
1616
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1717

1818

@@ -28,7 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v7
3030
with:
31-
version: "0.9.25"
31+
version: "0.9.26"
3232

3333
- name: Run ruff
3434
run: |
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Test install
4747
run: |
48-
uv pip install dist/paramclasses-0.4.4.dev2-py3-none-any.whl
48+
uv pip install dist/paramclasses-0.4.4.dev3-py3-none-any.whl
4949
5050
- name: Run pytest with coverage
5151
run: |

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.0a4-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.0a5-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.dev2"
3+
version = "0.4.4.dev3"
44
description = "Parameter-holding classes with robust subclassing protection"
55
readme = "README.md"
66
requires-python = ">=3.10, <3.16"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)