Skip to content

Commit e03b5e6

Browse files
authored
Support for Python 3.15
1 parent 77dd6cc commit e03b5e6

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"]
14+
python-version: ["3.12", "3.13", "3.14", "3.15"]
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
@@ -25,7 +25,7 @@ description = "CQRS library for async Python projects."
2525
license = "MIT"
2626
license-files = ["LICENSE"]
2727
readme = "docs/index.md"
28-
requires-python = ">=3.12, <3.15"
28+
requires-python = ">=3.12, <3.16"
2929
authors = [{ name = "remimd" }]
3030
keywords = ["cqrs"]
3131
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)