Skip to content

Commit c0efc10

Browse files
authored
Add Python 3.13 and 3.14 to the test matrix (#8)
1 parent 5559c1e commit c0efc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strategy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"matrix": {
33
"os": ["macos-latest", "ubuntu-latest", "windows-latest"],
4-
"python": ["3.8", "3.9", "3.10", "3.11", "3.12"]
4+
"python": ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
55
}
66
}

0 commit comments

Comments
 (0)