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'
46
46
dev = [" maturin" ]
47
47
testing = [
48
48
{ include-group = " dev" },
49
- ' backports.zoneinfo; python_version < "3.9"' ,
50
49
' coverage' ,
51
50
' dirty-equals' ,
52
51
' inline-snapshot' ,
53
52
' hypothesis' ,
54
53
# 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"' ,
56
55
' pytest' ,
57
56
# pytest-examples currently depends on aiohttp via black; we don't want to build it on platforms like aarch64 musllinux in CI
58
57
' pytest-examples; implementation_name == "cpython" and platform_machine == "x86_64"' ,
@@ -63,7 +62,7 @@ testing = [
63
62
' pytest-timeout' ,
64
63
' python-dateutil' ,
65
64
# 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"' ,
67
66
' exceptiongroup; python_version < "3.11"' ,
68
67
' tzdata' ,
69
68
' typing_extensions' ,
You can’t perform that action at this time.
0 commit comments