Skip to content

Commit a451566

Browse files
add python 3.13
1 parent e223fc9 commit a451566

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "3.10"
2020
- "3.11"
2121
- "3.12"
22+
- "3.13"
2223
steps:
2324
- name: Checkout code
2425
uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21-
21+
"Programming Language :: Python :: 3.13",
2222
"Programming Language :: Python :: 3",
2323
"Operating System :: OS Independent",
2424
]

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile pyproject.toml
33
annotated-types==0.7.0
44
# via pydantic
5-
betterosi==0.3.4
5+
betterosi==0.3.5
66
# via omega-prime (pyproject.toml)
77
betterproto2==0.3.1
88
# via betterosi
@@ -56,7 +56,7 @@ mcap-protobuf-support==0.5.3
5656
# via betterosi
5757
mdurl==0.1.2
5858
# via markdown-it-py
59-
multidict==6.2.0
59+
multidict==6.3.2
6060
# via grpclib
6161
mypy-extensions==1.0.0
6262
# via typing-inspect
@@ -94,9 +94,9 @@ protobuf==6.30.2
9494
# via
9595
# betterosi
9696
# mcap-protobuf-support
97-
pydantic==2.11.1
97+
pydantic==2.11.2
9898
# via pandera
99-
pydantic-core==2.33.0
99+
pydantic-core==2.33.1
100100
# via pydantic
101101
pygments==2.19.1
102102
# via rich
@@ -131,7 +131,7 @@ typer==0.15.2
131131
# via
132132
# omega-prime (pyproject.toml)
133133
# betterosi
134-
typing-extensions==4.13.0
134+
typing-extensions==4.13.1
135135
# via
136136
# betterproto2
137137
# pydantic

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)