Skip to content

Commit ea50f82

Browse files
authored
Apply suggestions from code review
1 parent b34c6d7 commit ea50f82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
3.10
5757
3.11
5858
3.12
59-
3.13t
6059
3.14
6160
3.13
6261
allow-prereleases: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ skip-install = true
149149
scripts.serve = "cd docs && echo 'Serving on http://localhost:8080' && python -m http.server 8080"
150150

151151
[[tool.hatch.envs.hatch-test.matrix]]
152-
python = ["3.14", "3.13t", "3.13", "3.12", "3.11", "3.10"]
152+
python = ["3.14", "3.13", "3.12", "3.11", "3.10"]
153153

154154

155155
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)