Skip to content

Commit cd35eb9

Browse files
committed
I guess it's 2025 then
1 parent ecb5bb6 commit cd35eb9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Jonathan Hogg
1+
Copyright (c) 2025, Jonathan Hogg
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = 'Flitter'
10-
copyright = '2024, Jonathan Hogg'
10+
copyright = '2025, Jonathan Hogg'
1111
author = 'Jonathan Hogg'
1212

1313
# -- General configuration ---------------------------------------------------

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,11 @@ Profiling of the Cython modules **is not supported in Python 3.12** due to
306306
internal changes in the profiling API.
307307

308308
Profiling *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

0 commit comments

Comments
 (0)