Skip to content

Commit 371519e

Browse files
ci: Test with Python 3.15
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent c418656 commit 371519e

6 files changed

Lines changed: 32 additions & 30 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false
26-
- uses: hynek/build-and-inspect-python-package@d44ca7d91762de7a7d5436ddae667c6da6d1c3df # v2.18.0
26+
- uses: hynek/build-and-inspect-python-package@2abe76da66d0a6a4a227101f9348ee855797cfa5 # v3.0.1
2727
id: baipp
2828

2929
publish:
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
name: Packages
4545
path: dist
46-
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
46+
- uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2

.github/workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
prek==0.4.11
1+
prek==0.4.12
22
tox==4.58.0
33
tox-uv==1.36.0

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
persist-credentials: false
49-
- uses: hynek/build-and-inspect-python-package@d44ca7d91762de7a7d5436ddae667c6da6d1c3df # v2.18.0
49+
- uses: hynek/build-and-inspect-python-package@2abe76da66d0a6a4a227101f9348ee855797cfa5 # v3.0.1
5050
id: baipp
5151

5252
test:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/tox-dev/pyproject-fmt
13-
rev: v2.25.4
13+
rev: v2.27.0
1414
hooks:
1515
- id: pyproject-fmt
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.16.0
18+
rev: v0.16.1
1919
hooks:
2020
- id: ruff-check
2121
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
2323
"Programming Language :: Python :: 3.14",
24+
"Programming Language :: Python :: 3.15",
2425
]
2526
dynamic = [
2627
"version",
@@ -89,6 +90,7 @@ flake8-annotations.allow-star-arg-any = true
8990
pydocstyle.convention = "google"
9091

9192
[tool.pyproject-fmt]
93+
max_supported_python = "3.15"
9294
table_format = "long"
9395

9496
[tool.mypy]

uv.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)