Skip to content

Commit b054a6a

Browse files
authored
Support for Python 3.15
1 parent 6156b53 commit b054a6a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ci:
1212
strategy:
1313
matrix:
14-
python-version: ["3.12", "3.13", "3.14", "3.14t"]
14+
python-version: ["3.12", "3.13", "3.14", "3.14t", "3.15", "3.15t"]
1515

1616
name: Continuous Integration ・ Python ${{ matrix.python-version }}
1717
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ description = "Dead-simple dependency injection framework for Python."
2929
license = "MIT"
3030
license-files = ["LICENSE"]
3131
readme = "docs/index.md"
32-
requires-python = ">=3.12, <3.15"
32+
requires-python = ">=3.12, <3.16"
3333
authors = [{ name = "remimd" }]
3434
keywords = ["dependencies", "dependency", "inject", "injection"]
3535
classifiers = [

uv.lock

Lines changed: 5 additions & 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)