File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ include = [
95
95
[tool .hatch .envs .prod ]
96
96
features = [ " api" ]
97
97
type = " pip-compile"
98
- python = " 3.11 "
98
+ python = " 3.13 "
99
99
lock-filename = " requirements.txt"
100
100
101
101
[project .urls ]
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by hatch-pip-compile with Python 3.11
2
+ # This file is autogenerated by hatch-pip-compile with Python 3.13
3
3
#
4
4
# - audioop-lts; python_version >= "3.13"
5
5
# - chevron==0.14.0
@@ -24,6 +24,8 @@ annotated-types==0.7.0
24
24
# via pydantic
25
25
anyio == 4.7.0
26
26
# via starlette
27
+ audioop-lts == 0.2.1 ; python_version >= "3.13"
28
+ # via hatch.envs.prod
27
29
certifi == 2024.8.30
28
30
# via requests
29
31
charset-normalizer == 3.4.0
@@ -110,7 +112,6 @@ tqdm==4.67.1
110
112
# via g2p
111
113
typing-extensions == 4.12.2
112
114
# via
113
- # anyio
114
115
# fastapi
115
116
# g2p
116
117
# pydantic
Original file line number Diff line number Diff line change 1
- python-3.11.11
1
+ python-3.13.1
You can’t perform that action at this time.
0 commit comments