@@ -64,14 +64,15 @@ Requirements
6464
6565pgfutils follows [ SPEC0] [ 3 ] when determining supported Python versions. Any minor
6666version of Python released within the 3 years prior to a pgfutils release is
67- supported. As of January 2025 , this means Python 3.11 or later.
67+ supported. As of April 2026 , this means Python 3.12 or later.
6868
6969The only required external dependency is Matplotlib. Any minor version of Matplotlib
7070which was first released within the 24 months prior to a pgfutils release is supported.
71- As of January 2025 , this means Matplotlib 3.7 .0 or later.
71+ As of April 2026 , this means Matplotlib 3.9 .0 or later.
7272
73- Older versions of Python or Matplotlib may work, but are not tested and are not
74- supported.
73+ The continuous integration testing checks the combinations of supported Python and
74+ Matplotlib version. Older versions of Python or Matplotlib may work, but are not tested
75+ and are not supported.
7576
7677
7778Examples
@@ -136,6 +137,10 @@ license can be found in the source at LICENSES/OFL-1.1.txt or online at
136137https://scripts.sil.org/OFL and the font itself can be found at
137138https://github.com/sebsan/Cotham
138139
140+ pgfutils supports the [ REUSE] [ 8 ] initiative. All files either have with SPDX-compliant
141+ license identifiers in their headers, or have a ` REUSE.toml ` manifest file accompanying
142+ them.
143+
139144
140145[ 1 ] : https://github.com/pgf-tikz/pgf
141146[ 2 ] : https://matplotlib.org/
@@ -144,3 +149,4 @@ https://github.com/sebsan/Cotham
144149[ 5 ] : https://pytest.org/
145150[ 6 ] : https://coverage.readthedocs.io/
146151[ 7 ] : https://pytest-cov.readthedocs.io/
152+ [ 8 ] : https://reuse.software/
0 commit comments