Skip to content

Commit 1a4a65a

Browse files
committed
Add Python 3.14 to test matrix
1 parent 63561e1 commit 1a4a65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 8
1010
matrix:
1111
os: [ubuntu-20.04, ubuntu-latest, macos-13, macos-latest]
12-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)