Skip to content

Commit 76f84ea

Browse files
committed
README: Mention that the module's functionality was updated to CPython 3.11 now.
1 parent 314890a commit 76f84ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ simplicity, accuracy and safety. Clearly not in terms of speed, though,
88
given the cdecimal accelerator in Python 3.3+.
99

1010
``quicktions`` is an adaptation of the original ``fractions`` module
11-
(as included in CPython 3.10) that is compiled and optimised with
11+
(as included in CPython 3.11) that is compiled and optimised with
1212
`Cython <https://cython.org/>`_ into a fast, native extension module.
1313

1414
Compared to the standard library ``fractions`` module of CPython,

0 commit comments

Comments
 (0)