@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " pytest-httpx"
77description = " Send responses to httpx."
88readme = " README.md"
9- requires-python = " >=3.9 "
9+ requires-python = " >=3.10 "
1010license = {file = " LICENSE" }
1111authors = [
1212 { name = " Colin Bounouar" , email = " colin.bounouar.dev@gmail.com" },
@@ -27,18 +27,18 @@ classifiers = [
2727 " Natural Language :: English" ,
2828 " Programming Language :: Python" ,
2929 " Programming Language :: Python :: 3" ,
30- " Programming Language :: Python :: 3.9" ,
3130 " Programming Language :: Python :: 3.10" ,
3231 " Programming Language :: Python :: 3.11" ,
3332 " Programming Language :: Python :: 3.12" ,
3433 " Programming Language :: Python :: 3.13" ,
34+ " Programming Language :: Python :: 3.14" ,
3535 " Topic :: Internet :: WWW/HTTP" ,
3636 " Topic :: Software Development :: Build Tools" ,
3737 " Typing :: Typed" ,
3838]
3939dependencies = [
4040 " httpx==0.28.*" ,
41- " pytest==8 .*" ,
41+ " pytest==9 .*" ,
4242]
4343dynamic = [" version" ]
4444
@@ -53,7 +53,7 @@ testing = [
5353 # Used to check coverage
5454 " pytest-cov==6.*" ,
5555 # Used to run async tests
56- " pytest-asyncio==0.24 .*" ,
56+ " pytest-asyncio==1 .*" ,
5757]
5858
5959[project .entry-points .pytest11 ]
@@ -62,6 +62,6 @@ pytest_httpx = "pytest_httpx"
6262[tool .setuptools .dynamic ]
6363version = {attr = " pytest_httpx.version.__version__" }
6464
65- [tool .pytest . ini_options ]
65+ [tool .pytest ]
6666# Silence deprecation warnings about option "asyncio_default_fixture_loop_scope"
6767asyncio_default_fixture_loop_scope = " function"
0 commit comments