Skip to content

Commit 9b8597a

Browse files
committed
Python 3.13 fix
1 parent e1b7c6f commit 9b8597a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

requirements/mandatory.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ asyncio-event-hub>=1.0,<1.2
77
tkclasswiz>=1.4,<1.5
88
ttkbootstrap==1.10.1
99
pillow>=10.4.0,<10.5.0
10+
audioop-lts~=0.2.0; python_version>='3.13'

src/daf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
from .messagedata import *
2020

2121

22-
VERSION = "4.1.1"
22+
VERSION = "4.1.2"

src/daf/message/messageperiod.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class NamedDayOfYearPeriod(EveryXPeriod):
275275
"""
276276
.. versionadded:: 4.1
277277
278-
This period type enables messages to be sent on specific ``week``\ th ``day`` of a ``month`` each year on
278+
This period type enables messages to be sent on specific ``week`` and ``day`` of a ``month`` each year on
279279
a specific ``time``.
280280
281281
E.g., each year on second Monday in December at 12 noon (example below).
@@ -359,7 +359,7 @@ class NamedDayOfMonthPeriod(EveryXPeriod):
359359
"""
360360
.. versionadded:: 4.1
361361
362-
This period type enables messages to be sent on specific ``week``\ th ``day`` each month at a specific ``time``.
362+
This period type enables messages to be sent on specific ``week`` and ``day`` each month at a specific ``time``.
363363
364364
E.g., each year on second Monday in December at 12 noon (example below).
365365

0 commit comments

Comments
 (0)