Skip to content

Commit d47336c

Browse files
authored
Merge pull request #10 from ciffelia/ciffelia-patch-1
ci: add Python 3.14 to test matrix
2 parents 3a194b5 + e167ee1 commit d47336c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/create-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2121
matplotlib_version:
2222
["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
2323
steps:

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

21.8 KB
Loading

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

21.8 KB
Loading

0 commit comments

Comments
 (0)