Skip to content

Commit 6fe950d

Browse files
authored
Merge pull request #9 from ciffelia/update-deps
Pythonとmatplotlibをアップデート
2 parents f5565ad + 8476247 commit 6fe950d

15 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
34+
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3535
matplotlib_version:
36-
['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8']
36+
['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
3737
steps:
3838
- uses: actions/checkout@v4
3939

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.2
1+
3.13

test/snapshot/py3.10_mpl3.10.png

21.8 KB
Loading

test/snapshot/py3.10_mpl3.9.png

21.8 KB
Loading

test/snapshot/py3.11_mpl3.10.png

21.8 KB
Loading

test/snapshot/py3.11_mpl3.9.png

21.8 KB
Loading

test/snapshot/py3.12_mpl3.10.png

21.8 KB
Loading

test/snapshot/py3.12_mpl3.9.png

21.8 KB
Loading

test/snapshot/py3.13_mpl3.10.png

21.8 KB
Loading

test/snapshot/py3.13_mpl3.5.png

21.8 KB
Loading

test/snapshot/py3.13_mpl3.6.png

21.8 KB
Loading

test/snapshot/py3.13_mpl3.7.png

21.8 KB
Loading

test/snapshot/py3.13_mpl3.8.png

21.8 KB
Loading

test/snapshot/py3.13_mpl3.9.png

21.8 KB
Loading

test/snapshot/py3.9_mpl3.9.png

21.8 KB
Loading

0 commit comments

Comments
 (0)