Skip to content

Commit 0b3e90a

Browse files
authored
Add Python 3.14 to test matrix (#578)
1 parent 50cead9 commit 0b3e90a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
os: ["ubuntu", "macos"]
103-
python-version: ["3.11", "3.12", "3.13"]
103+
python-version: ["3.11", "3.12", "3.13", "3.14"]
104104
include:
105105
- os: ubuntu
106106
python-version: "3.12"
@@ -286,4 +286,4 @@ jobs:
286286
run: |
287287
cd smokescreen
288288
pip install -e .
289-
python -m pytest tests
289+
python -m pytest tests

0 commit comments

Comments
 (0)