File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2024 , Jonathan Hogg
1+ Copyright (c) 2025 , Jonathan Hogg
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 77# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88
99project = 'Flitter'
10- copyright = '2024 , Jonathan Hogg'
10+ copyright = '2025 , Jonathan Hogg'
1111author = 'Jonathan Hogg'
1212
1313# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -306,11 +306,11 @@ Profiling of the Cython modules **is not supported in Python 3.12** due to
306306internal changes in the profiling API.
307307
308308Profiling * is* supported in Python 3.13 and above if using Cython 3.1, currently
309- [ in alpha ] ( https://github.com/cython/cython/releases/tag/3.1.0a1 ) (as of
310- 2024-11-08 ). Install that with:
309+ [ in beta ] ( https://github.com/cython/cython/releases/tag/3.1.0b1 ) (as of
310+ 2025-04-03 ). Install that with:
311311
312312``` console
313- $ pip3 install ' cython>=3.1.0a1 '
313+ $ pip3 install ' cython>=3.1.0b1 '
314314```
315315:::
316316
You can’t perform that action at this time.
0 commit comments