Update copyright
test / linter (push) Failing after 0s
test / coverage (push) Failing after 0s
test / tests (false, false, 3.10) (push) Has been skipped
test / tests (false, false, 3.11) (push) Has been skipped
test / tests (false, false, 3.12) (push) Has been skipped
test / tests (false, false, 3.13) (push) Has been skipped
test / tests (false, false, 3.13t) (push) Has been skipped
test / tests (false, false, 3.14) (push) Has been skipped
test / docs (push) Failing after 0s
test / tests (false, false, 3.14t) (push) Has been skipped
test / tests (false, false, 3.9) (push) Has been skipped
test / tests (true, pypy3.11) (push) Has been skipped
test / tests (true, 3.14) (push) Has been skipped
Publish on PyPI / Build distributions (push) Has been cancelled
Publish on PyPI / Publish distributions to PyPI (push) Has been cancelled

This commit is contained in:
Sergey B Kirpichev
2026-01-01 09:57:52 +03:00
parent 510d3c8617
commit ffda440b4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2005-2025 Fredrik Johansson and mpmath contributors Copyright (c) 2005-2026 Fredrik Johansson and mpmath contributors
All rights reserved. All rights reserved.
+1 -1
View File
@@ -22,7 +22,7 @@ nitpicky = True
# Project information. # Project information.
project = mpmath.__name__ project = mpmath.__name__
copyright = '2007-2025, Fredrik Johansson and mpmath developers' copyright = '2007-2027, Fredrik Johansson and mpmath developers'
release = version = mpmath.__version__ release = version = mpmath.__version__
# Define how the current time is formatted using time.strftime(). # Define how the current time is formatted using time.strftime().