Skip to content

Commit 3a62643

Browse files
committed
0.3.1
1 parent c20cddd commit 3a62643

3 files changed

Lines changed: 496 additions & 387 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python
5353
uses: actions/setup-python@v6
5454
with:
55-
python-version: 3.13
55+
python-version: 3.14
5656
architecture: 'x64'
5757
- uses: astral-sh/setup-uv@v7
5858

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ license = { text = "MIT" }
1414
authors = [
1515
{ name = "sax", email = "s.apostolico@gmail.com" },
1616
]
17-
requires-python = "==3.13.*"
17+
requires-python = "==3.14.*"
1818
classifiers = [
1919
"Programming Language :: Python :: 3 :: Only",
20-
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2121
]
2222
dependencies = [
2323
"bitcaster-sdk>=0.1",
2424
"celery>=5.4",
2525
"deepdiff>=8.0.1",
2626
"deprecation>=2.1",
2727
"dictdiffer>=0.9",
28-
"django>=5.1",
28+
"django<6",
2929
"django-adminactions>=2.3",
3030
"django-adminfilters>=2.5.2",
3131
"django-anymail[mailjet]>=13",

0 commit comments

Comments
 (0)