We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cead9 commit 0b3e90aCopy full SHA for 0b3e90a
1 file changed
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
fail-fast: false
101
matrix:
102
os: ["ubuntu", "macos"]
103
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
104
include:
105
- os: ubuntu
106
python-version: "3.12"
@@ -286,4 +286,4 @@ jobs:
286
run: |
287
cd smokescreen
288
pip install -e .
289
- python -m pytest tests
+ python -m pytest tests
0 commit comments