From ed2158053811df97bf2a52a5da4ba9ad0b2cc1d0 Mon Sep 17 00:00:00 2001 From: "artur.shiriev" Date: Sun, 13 Oct 2024 22:36:49 +0300 Subject: [PATCH] python 3.13 --- .github/workflows/ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f55dce9..3e3771f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 - uses: extractions/setup-just@v2 diff --git a/README.md b/README.md index fa51459..475c7cf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Dependency injection framework for Python inspired by `dependency-injector`. It is production-ready and gives you the following: - Simple async-first DI framework with IOC-container. -- Python 3.10-3.12 support. +- Python 3.10-3.13 support. - Full coverage by types annotations (mypy in strict mode). - FastAPI and LiteStar compatibility. - Overriding dependencies for tests.