Skip to content

Commit cde4a95

Browse files
authored
Apply suggestions from code review
1 parent 5b1d27c commit cde4a95

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: ["ubuntu-latest"]
9-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
9+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
1010
include:
1111
- os: macos-latest
1212
python-version: "3.x"

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ envlist =
1010
py311,
1111
py312,
1212
py313,
13-
py313t,
1413
py314,
1514
py314t,
1615
mypy

0 commit comments

Comments
 (0)