Skip to content

Commit de32331

Browse files
committed
build: move the production env to Python 3.13.1
1 parent 537351b commit de32331

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ include = [
9595
[tool.hatch.envs.prod]
9696
features = [ "api" ]
9797
type = "pip-compile"
98-
python = "3.11"
98+
python = "3.13"
9999
lock-filename = "requirements.txt"
100100

101101
[project.urls]

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
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
33
#
44
# - audioop-lts; python_version >= "3.13"
55
# - chevron==0.14.0
@@ -24,6 +24,8 @@ annotated-types==0.7.0
2424
# via pydantic
2525
anyio==4.7.0
2626
# via starlette
27+
audioop-lts==0.2.1 ; python_version >= "3.13"
28+
# via hatch.envs.prod
2729
certifi==2024.8.30
2830
# via requests
2931
charset-normalizer==3.4.0
@@ -110,7 +112,6 @@ tqdm==4.67.1
110112
# via g2p
111113
typing-extensions==4.12.2
112114
# via
113-
# anyio
114115
# fastapi
115116
# g2p
116117
# pydantic

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.11.11
1+
python-3.13.1

0 commit comments

Comments
 (0)