Skip to content

Commit 6ac4fcc

Browse files
committed
pkg: check 3.15.0a4 compat
Signed-off-by: Élie Goudout <eliegoudout@hotmail.com>
1 parent f81a397 commit 6ac4fcc

3 files changed

Lines changed: 294 additions & 104 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.3"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "3.15.0-alpha.4"]
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.22"
31+
version: "0.9.25"
3232

3333
- name: Run ruff
3434
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.0a3-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.0a4-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)

0 commit comments

Comments
 (0)