diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 738d607..ed8e038 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,9 +31,9 @@ jobs: strategy: fail-fast: false matrix: - python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] matplotlib_version: - ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8'] + ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v4 diff --git a/.python-version b/.python-version index 8531a3b..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.2 +3.13 diff --git a/test/snapshot/py3.10_mpl3.10.png b/test/snapshot/py3.10_mpl3.10.png new file mode 100644 index 0000000..b7c9e41 Binary files /dev/null and b/test/snapshot/py3.10_mpl3.10.png differ diff --git a/test/snapshot/py3.10_mpl3.9.png b/test/snapshot/py3.10_mpl3.9.png new file mode 100644 index 0000000..22b9af5 Binary files /dev/null and b/test/snapshot/py3.10_mpl3.9.png differ diff --git a/test/snapshot/py3.11_mpl3.10.png b/test/snapshot/py3.11_mpl3.10.png new file mode 100644 index 0000000..b7c9e41 Binary files /dev/null and b/test/snapshot/py3.11_mpl3.10.png differ diff --git a/test/snapshot/py3.11_mpl3.9.png b/test/snapshot/py3.11_mpl3.9.png new file mode 100644 index 0000000..22b9af5 Binary files /dev/null and b/test/snapshot/py3.11_mpl3.9.png differ diff --git a/test/snapshot/py3.12_mpl3.10.png b/test/snapshot/py3.12_mpl3.10.png new file mode 100644 index 0000000..b7c9e41 Binary files /dev/null and b/test/snapshot/py3.12_mpl3.10.png differ diff --git a/test/snapshot/py3.12_mpl3.9.png b/test/snapshot/py3.12_mpl3.9.png new file mode 100644 index 0000000..22b9af5 Binary files /dev/null and b/test/snapshot/py3.12_mpl3.9.png differ diff --git a/test/snapshot/py3.13_mpl3.10.png b/test/snapshot/py3.13_mpl3.10.png new file mode 100644 index 0000000..b7c9e41 Binary files /dev/null and b/test/snapshot/py3.13_mpl3.10.png differ diff --git a/test/snapshot/py3.13_mpl3.5.png b/test/snapshot/py3.13_mpl3.5.png new file mode 100644 index 0000000..c7c49da Binary files /dev/null and b/test/snapshot/py3.13_mpl3.5.png differ diff --git a/test/snapshot/py3.13_mpl3.6.png b/test/snapshot/py3.13_mpl3.6.png new file mode 100644 index 0000000..631f72a Binary files /dev/null and b/test/snapshot/py3.13_mpl3.6.png differ diff --git a/test/snapshot/py3.13_mpl3.7.png b/test/snapshot/py3.13_mpl3.7.png new file mode 100644 index 0000000..82fa412 Binary files /dev/null and b/test/snapshot/py3.13_mpl3.7.png differ diff --git a/test/snapshot/py3.13_mpl3.8.png b/test/snapshot/py3.13_mpl3.8.png new file mode 100644 index 0000000..0f3b091 Binary files /dev/null and b/test/snapshot/py3.13_mpl3.8.png differ diff --git a/test/snapshot/py3.13_mpl3.9.png b/test/snapshot/py3.13_mpl3.9.png new file mode 100644 index 0000000..22b9af5 Binary files /dev/null and b/test/snapshot/py3.13_mpl3.9.png differ diff --git a/test/snapshot/py3.9_mpl3.9.png b/test/snapshot/py3.9_mpl3.9.png new file mode 100644 index 0000000..22b9af5 Binary files /dev/null and b/test/snapshot/py3.9_mpl3.9.png differ