Skip to content

Commit 60c5622

Browse files
committed
msgspec: test on 3.13
1 parent d987382 commit 60c5622

File tree

3 files changed

+42
-44
lines changed

3 files changed

+42
-44
lines changed

pdm.lock

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.black]
22
skip-magic-trailing-comma = true
33

4-
[tool.pdm.dev-dependencies]
4+
[dependency-groups]
55
lint = [
66
"black>=24.2.0",
77
"ruff>=0.0.277",
@@ -93,7 +93,7 @@ bson = [
9393
"pymongo>=4.4.0",
9494
]
9595
msgspec = [
96-
"msgspec>=0.18.5; implementation_name == \"cpython\"",
96+
"msgspec>=0.19.0; implementation_name == \"cpython\"",
9797
]
9898

9999
[tool.pytest.ini_options]

tests/conftest.py

-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@ def converter_cls(request):
3737
collect_ignore_glob.append("*_695.py")
3838
if platform.python_implementation() == "PyPy":
3939
collect_ignore_glob.append("*_cpython.py")
40-
if sys.version_info >= (3, 13): # Remove when msgspec supports 3.13.
41-
collect_ignore_glob.append("*test_msgspec_cpython.py")

0 commit comments

Comments
 (0)