Skip to content

Commit 0a8812a

Browse files
authored
Add Python 3.14 to the test matrix (#41)
1 parent e8f36e4 commit 0a8812a

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,7 +1,7 @@
11
{
22
"matrix": {
33
"os": ["macos-latest", "ubuntu-22.04", "windows-latest"],
4-
"python": ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
4+
"python": ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
55
"include": [
66
{
77
"os": "ubuntu-22.04",

0 commit comments

Comments
 (0)