Skip to content

Commit edb30f1

Browse files
committed
chore:update
1 parent 6eaa430 commit edb30f1

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
max-parallel: 6
3939
matrix:
40-
python-version: [ '3.9', '3.10', '3.11' ]
40+
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
4141
django-version: [ '3.2.22', '4.2.8', '5.0' ]
4242
exclude:
4343
- python-version: '3.9'

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.3.2 🌈
4+
5+
- Fix issue with job_details template on python3.12 @cyber237 #87
36
## v1.3.1 🌈
47

58
### 🐛 Bug Fixes

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "django-tasks-scheduler"
77
packages = [
88
{ include = "scheduler" },
99
]
10-
version = "1.3.1"
10+
version = "1.3.2"
1111
description = "An async job scheduler for django using redis"
1212
readme = "README.md"
1313
keywords = ["redis", "django", "background-jobs", "job-queue", "task-queue", "redis-queue", "scheduled-jobs"]

0 commit comments

Comments
 (0)