File tree Expand file tree Collapse file tree 2 files changed +410
-412
lines changed Expand file tree Collapse file tree 2 files changed +410
-412
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,12 @@ Source = 'https://github.com/pydantic/pydantic-core'
4646dev = [" maturin" ]
4747testing = [
4848 { include-group = " dev" },
49- ' backports.zoneinfo; python_version < "3.9"' ,
5049 ' coverage' ,
5150 ' dirty-equals' ,
5251 ' inline-snapshot' ,
5352 ' hypothesis' ,
5453 # pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
55- ' pandas; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == "x86_64"' ,
54+ ' pandas; python_version < "3.13" and implementation_name == "cpython" and platform_machine == "x86_64"' ,
5655 ' pytest' ,
5756 # pytest-examples currently depends on aiohttp via black; we don't want to build it on platforms like aarch64 musllinux in CI
5857 ' pytest-examples; implementation_name == "cpython" and platform_machine == "x86_64"' ,
@@ -63,7 +62,7 @@ testing = [
6362 ' pytest-timeout' ,
6463 ' python-dateutil' ,
6564 # numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
66- ' numpy; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == "x86_64"' ,
65+ ' numpy; python_version < "3.13" and implementation_name == "cpython" and platform_machine == "x86_64"' ,
6766 ' exceptiongroup; python_version < "3.11"' ,
6867 ' tzdata' ,
6968 ' typing_extensions' ,
You can’t perform that action at this time.
0 commit comments