@@ -19,7 +19,8 @@ classifiers = [
1919 " Programming Language :: Python :: 3.10" ,
2020 " Programming Language :: Python :: 3.11" ,
2121 " Programming Language :: Python :: 3.12" ,
22- " Programming Language :: Python :: 3.13"
22+ " Programming Language :: Python :: 3.13" ,
23+ " Programming Language :: Python :: 3.14" ,
2324]
2425dependencies = [
2526 " typing-extensions>=4.12.2,<5; python_version >= '3.8' and python_version < '3.10'" ,
@@ -34,30 +35,35 @@ Changelog = "https://github.com/graphql-python/graphql-core/releases"
3435
3536[dependency-groups ]
3637test = [
37- " anyio>=3.7.1" ,
38- " pytest>=8.3; python_version>='3.8'" ,
38+ " anyio>=4.6; python_version>='3.9'" ,
39+ " anyio>=3.7; python_version<'3.9'" ,
40+ " pytest>=8.4; python_version>='3.9'" ,
41+ " pytest>=8.3; python_version>='3.8' and python_version<'3.9'" ,
3942 " pytest>=7.4,<8; python_version<'3.8'" ,
4043 " pytest-benchmark>=5.1; python_version>='3.9'" ,
4144 " pytest-benchmark>=4.0,<5; python_version<'3.9'" ,
4245 " pytest-cov>=6.0; python_version>='3.9'" ,
4346 " pytest-cov>=5.0,<6; python_version>='3.8' and python_version<'3.9'" ,
4447 " pytest-cov>=4.1,<5; python_version<'3.8'" ,
45- " pytest-describe>=2.2" ,
48+ " pytest-describe>=3.0; python_version>='3.9'" ,
49+ " pytest-describe>=2.2; python_version<'3.9'" ,
4650 " pytest-timeout>=2.4" ,
47- " pytest-codspeed>=3.1.2; python_version>='3.9'" ,
48- " pytest-codspeed>=2.2.1,<3; python_version<'3.8'" ,
49- " tox>=4.24; python_version>='3.8'" ,
51+ " pytest-codspeed>=3.1; python_version>='3.9'" ,
52+ " pytest-codspeed>=2.2,<3; python_version<'3.8'" ,
53+ " tox>=4.31; python_version>='3.10'" ,
54+ " tox>=4.24; python_version>='3.8' and python_version<'3.10'" ,
5055 " tox>=3.28,<4; python_version<'3.8'" ,
5156]
5257lint = [
5358 " ruff>=0.13,<0.14" ,
5459 " mypy>=1.18; python_version>='3.9'" ,
55- " mypy~ =1.14; python_version>='3.8' and python_version<'3.9'" ,
56- " mypy~ =1.4; python_version<'3.8'" ,
60+ " mypy> =1.14; python_version>='3.8' and python_version<'3.9'" ,
61+ " mypy> =1.4; python_version<'3.8'" ,
5762 " bump2version>=1,<2" ,
5863]
5964doc = [
60- " sphinx>=7,<9; python_version>='3.8'" ,
65+ " sphinx>=8,<9; python_version>='3.10'" ,
66+ " sphinx>=7,<9; python_version>='3.8' and python_version<'3.10'" ,
6167 " sphinx>=4,<6; python_version<'3.8'" ,
6268 " sphinx_rtd_theme>=2,<4" ,
6369]
0 commit comments