Skip to content

Commit bd24ed0

Browse files
authored
Update test dependencies after 3.8 dropped support (#1710)
1 parent f0106b9 commit bd24ed0

File tree

2 files changed

+410
-412
lines changed

2 files changed

+410
-412
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ Source = 'https://github.com/pydantic/pydantic-core'
4646
dev = ["maturin"]
4747
testing = [
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',

0 commit comments

Comments
 (0)